docker: slimmer system update

This commit is contained in:
2025-11-18 17:39:31 +01:00
parent 785424dd22
commit 8aa75620a0
+3 -4
View File
@@ -1,9 +1,8 @@
FROM debian:12.7-slim
# Install required packages TODO combine with next run, so the rm affects this one as well
RUN apt-get update && apt-get upgrade --yes
RUN DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends \
# Install required packages
RUN dpkg-reconfigure debconf --frontend=noninteractive && apt-get update && apt-get upgrade --yes && \
apt-get install --yes --no-install-recommends \
git \
ssh \
make \