diff --git a/Dockerfile b/Dockerfile index a80ef61..0d52ea3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -101,7 +101,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"; \ diff --git a/Dockerfile.3.14 b/Dockerfile.3.14 index bf49b96..e55356b 100644 --- a/Dockerfile.3.14 +++ b/Dockerfile.3.14 @@ -101,7 +101,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"; \ diff --git a/Dockerfile.3.15 b/Dockerfile.3.15 index b22eae6..f0b7a59 100644 --- a/Dockerfile.3.15 +++ b/Dockerfile.3.15 @@ -101,7 +101,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"; \ diff --git a/Dockerfile.3.16 b/Dockerfile.3.16 index ebfb280..bf53d48 100644 --- a/Dockerfile.3.16 +++ b/Dockerfile.3.16 @@ -101,7 +101,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"; \ diff --git a/Dockerfile.3.17 b/Dockerfile.3.17 index be1e1f1..0bf3a73 100644 --- a/Dockerfile.3.17 +++ b/Dockerfile.3.17 @@ -101,7 +101,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"; \ diff --git a/Dockerfile.3.18 b/Dockerfile.3.18 index 225eafe..5ebea4b 100644 --- a/Dockerfile.3.18 +++ b/Dockerfile.3.18 @@ -101,7 +101,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"; \ diff --git a/Dockerfile.3.19 b/Dockerfile.3.19 index 75c0a3f..ca6ab25 100644 --- a/Dockerfile.3.19 +++ b/Dockerfile.3.19 @@ -101,7 +101,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"; \ diff --git a/Dockerfile.3.20 b/Dockerfile.3.20 index 14ab035..5085121 100644 --- a/Dockerfile.3.20 +++ b/Dockerfile.3.20 @@ -101,7 +101,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"; \ diff --git a/Dockerfile.edge b/Dockerfile.edge index 31f892a..d64c085 100644 --- a/Dockerfile.edge +++ b/Dockerfile.edge @@ -98,7 +98,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"; \