Mention why the upgrade commands are commented.

This commit is contained in:
2025-10-22 20:58:54 -07:00
parent c0a220cebe
commit 91dfbca76e
5 changed files with 10 additions and 0 deletions

View File

@@ -7,7 +7,9 @@ ENV PACKAGES="$PACKAGES"
ARG EXTRA_DEBIAN
ENV EXTRA_DEBIAN="$EXTRA_DEBIAN"
# Use the image as it comes, do not upgrade it, so that it stays reproducible.
#RUN apt update && apt dist-upgrade -y
RUN apt update && apt install -y $PACKAGES $EXTRA_DEBIAN
COPY bin/main.sh /root/main.sh