🗃️ Committing everything that changed 🗃️

Dockerfile
Dockerfile.19.04
Dockerfile.20.04
Dockerfile.21.04
Dockerfile.22.04
Dockerfile.23.04
Dockerfile.23.10
Dockerfile.24.04
Dockerfile.24.10
This commit is contained in:
casjay
2024-08-24 19:11:59 -04:00
parent ade1cd2782
commit 93cb97d366
9 changed files with 9 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ USER ${USER}
WORKDIR /root
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
COPY ./rootfs/etc/apt/. /etc/apt/
COPY ./rootfs/tmp/apt/jammy.list /etc/apt/sources.list
RUN set -e; \