forked from brl/citadel
Update Dockerfile to build the current version of citadel
This commit is contained in:
parent
718e94e090
commit
038b25817b
@ -1,4 +1,4 @@
|
||||
FROM debian:buster
|
||||
FROM debian:bookworm-20240513-slim
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
@ -14,7 +14,6 @@ RUN apt update && apt install -y gawk \
|
||||
chrpath \
|
||||
socat \
|
||||
cpio \
|
||||
python \
|
||||
python3 \
|
||||
python3-pip \
|
||||
python3-pexpect \
|
||||
@ -25,10 +24,12 @@ RUN apt update && apt install -y gawk \
|
||||
libgmp-dev \
|
||||
libmpc-dev \
|
||||
libelf-dev \
|
||||
nano \
|
||||
vim \
|
||||
sudo \
|
||||
debootstrap \
|
||||
inkscape \
|
||||
file \
|
||||
liblz4-tool \
|
||||
zstd \
|
||||
xwayland
|
||||
|
||||
# python
|
||||
|
Loading…
Reference in New Issue
Block a user