🗃️ Committing everything that changed 🗃️

Dockerfile
This commit is contained in:
casjay 2024-06-19 09:40:21 -04:00
parent 96124508ad
commit 374653a843
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -82,6 +82,7 @@ RUN set -ex; \
RUN \
set -ex; \
apt-get update; \
if [ -n "${PACK_LIST}" ];then echo "Installing packages: $PACK_LIST";pkmgr install ${PACK_LIST};fi; \
echo ""