From d6bb187c445d83795196ab991b0326ddd9b5f540 Mon Sep 17 00:00:00 2001 From: casjay Date: Sat, 10 Aug 2024 19:40:49 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ef6d31d..5551eda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -106,7 +106,7 @@ RUN echo "Running pre-package commands"; \ RUN echo "Setting up and installing packages"; \ $SHELL_OPTS; \ - if [ -n "${PACK_LIST}" ];then echo "Installing packages: $PACK_LIST";pkmgr install ${PACK_LIST};fi; \ + if [ -n "${PACK_LIST}" ];then echo "Installing packages: $PACK_LIST";echo "${PACK_LIST}" >/root/docker/setup/packages.txt;pkmgr install ${PACK_LIST};fi; \ echo "" RUN echo "Initializing packages before copying files to image"; \