diff --git a/Dockerfile b/Dockerfile index 2236a88..f2264c0 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.18.04 b/Dockerfile.18.04 index be59dee..8ee8951 100644 --- a/Dockerfile.18.04 +++ b/Dockerfile.18.04 @@ -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.19.04 b/Dockerfile.19.04 index 889028b..f09e427 100644 --- a/Dockerfile.19.04 +++ b/Dockerfile.19.04 @@ -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.20.04 b/Dockerfile.20.04 index b35426f..f32fc8a 100644 --- a/Dockerfile.20.04 +++ b/Dockerfile.20.04 @@ -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.21.04 b/Dockerfile.21.04 index b70caae..e0305f9 100644 --- a/Dockerfile.21.04 +++ b/Dockerfile.21.04 @@ -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.22.04 b/Dockerfile.22.04 index ee7bf6e..be3d82e 100644 --- a/Dockerfile.22.04 +++ b/Dockerfile.22.04 @@ -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.23.04 b/Dockerfile.23.04 index 0d0ba49..ec8f17f 100644 --- a/Dockerfile.23.04 +++ b/Dockerfile.23.04 @@ -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.23.10 b/Dockerfile.23.10 index 47393eb..fe57280 100644 --- a/Dockerfile.23.10 +++ b/Dockerfile.23.10 @@ -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.24.04 b/Dockerfile.24.04 index 73f5380..d03fc9f 100644 --- a/Dockerfile.24.04 +++ b/Dockerfile.24.04 @@ -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.24.10 b/Dockerfile.24.10 index 580d6e8..f2cfe20 100644 --- a/Dockerfile.24.10 +++ b/Dockerfile.24.10 @@ -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"; \