mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 17:07:20 +01:00
12 lines
309 B
Docker
12 lines
309 B
Docker
|
|
FROM debian:bookworm
|
|
|
|
ENV DEBIAN_FRONTEND noninteractive
|
|
|
|
RUN apt-get update && apt-get upgrade -y && \
|
|
apt-get install --no-install-recommends -y -q \
|
|
git-core vim-nox wget less nvi tmux lynx
|
|
|
|
RUN apt-get install -y -q \
|
|
build-essential clang llvm lld python3-pip cmake ninja-build scons meson pkg-config
|