diff --git a/scripts/docker/Dockerfile b/scripts/docker/Dockerfile index e2e8e4a..c99312a 100644 --- a/scripts/docker/Dockerfile +++ b/scripts/docker/Dockerfile @@ -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