🗃️ Committing everything that changed 🗃️

Dockerfile
This commit is contained in:
casjay
2024-06-19 09:40:21 -04:00
parent 96124508ad
commit 374653a843

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 ""