🗃️ Committing everything that changed 🗃️

Dockerfile
This commit is contained in:
casjay 2024-08-10 21:15:26 -04:00
parent 1bd8532324
commit 45ba8e51c4
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -73,7 +73,7 @@ RUN set -e; \
ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ]
COPY ./rootfs/usr/local/bin/pkmgr /usr/local/bin/pkmgr
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
RUN echo "Initializing the system"; \