Update Dockerfile to build the current version of citadel

This commit is contained in:
isa 2024-07-03 13:59:46 -04:00
parent 718e94e090
commit 038b25817b

View File

@ -1,4 +1,4 @@
FROM debian:buster FROM debian:bookworm-20240513-slim
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
@ -14,7 +14,6 @@ RUN apt update && apt install -y gawk \
chrpath \ chrpath \
socat \ socat \
cpio \ cpio \
python \
python3 \ python3 \
python3-pip \ python3-pip \
python3-pexpect \ python3-pexpect \
@ -25,10 +24,12 @@ RUN apt update && apt install -y gawk \
libgmp-dev \ libgmp-dev \
libmpc-dev \ libmpc-dev \
libelf-dev \ libelf-dev \
nano \ vim \
sudo \ sudo \
debootstrap \ debootstrap \
inkscape \ file \
liblz4-tool \
zstd \
xwayland xwayland
# python # python