🗃️ Committing everything that changed 🗃️

Dockerfile
This commit is contained in:
casjay
2024-06-19 09:41:31 -04:00
parent 374653a843
commit 75ef470ec1

View File

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