🗃️ Committing everything that changed 🗃️

Dockerfile
This commit is contained in:
casjay 2024-06-19 09:43:03 -04:00
parent 75ef470ec1
commit ecf2e5f7b0
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -82,7 +82,7 @@ RUN set -ex; \
RUN \
set -ex; \
mkdir -p /tmp && apt-get update; \
mkdir -p /tmp && chmod 777 /tmp && apt-get update; \
if [ -n "${PACK_LIST}" ];then echo "Installing packages: $PACK_LIST";pkmgr install ${PACK_LIST};fi; \
echo ""