🗃️ Committing everything that changed 🗃️

Dockerfile
Dockerfile.18.04
Dockerfile.19.04
Dockerfile.20.04
Dockerfile.21.04
Dockerfile.22.04
Dockerfile.23.04
Dockerfile.23.10
Dockerfile.24.04
Dockerfile.24.10
This commit is contained in:
casjay 2024-08-10 19:41:13 -04:00
parent e142da98f8
commit 0055dcc036
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
10 changed files with 10 additions and 10 deletions

View File

@ -101,7 +101,7 @@ RUN echo "Running pre-package commands"; \
RUN echo "Setting up and installing packages"; \ RUN echo "Setting up and installing packages"; \
$SHELL_OPTS; \ $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 "" echo ""
RUN echo "Initializing packages before copying files to image"; \ RUN echo "Initializing packages before copying files to image"; \

View File

@ -101,7 +101,7 @@ RUN echo "Running pre-package commands"; \
RUN echo "Setting up and installing packages"; \ RUN echo "Setting up and installing packages"; \
$SHELL_OPTS; \ $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 "" echo ""
RUN echo "Initializing packages before copying files to image"; \ RUN echo "Initializing packages before copying files to image"; \

View File

@ -101,7 +101,7 @@ RUN echo "Running pre-package commands"; \
RUN echo "Setting up and installing packages"; \ RUN echo "Setting up and installing packages"; \
$SHELL_OPTS; \ $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 "" echo ""
RUN echo "Initializing packages before copying files to image"; \ RUN echo "Initializing packages before copying files to image"; \

View File

@ -101,7 +101,7 @@ RUN echo "Running pre-package commands"; \
RUN echo "Setting up and installing packages"; \ RUN echo "Setting up and installing packages"; \
$SHELL_OPTS; \ $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 "" echo ""
RUN echo "Initializing packages before copying files to image"; \ RUN echo "Initializing packages before copying files to image"; \

View File

@ -101,7 +101,7 @@ RUN echo "Running pre-package commands"; \
RUN echo "Setting up and installing packages"; \ RUN echo "Setting up and installing packages"; \
$SHELL_OPTS; \ $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 "" echo ""
RUN echo "Initializing packages before copying files to image"; \ RUN echo "Initializing packages before copying files to image"; \

View File

@ -101,7 +101,7 @@ RUN echo "Running pre-package commands"; \
RUN echo "Setting up and installing packages"; \ RUN echo "Setting up and installing packages"; \
$SHELL_OPTS; \ $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 "" echo ""
RUN echo "Initializing packages before copying files to image"; \ RUN echo "Initializing packages before copying files to image"; \

View File

@ -101,7 +101,7 @@ RUN echo "Running pre-package commands"; \
RUN echo "Setting up and installing packages"; \ RUN echo "Setting up and installing packages"; \
$SHELL_OPTS; \ $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 "" echo ""
RUN echo "Initializing packages before copying files to image"; \ RUN echo "Initializing packages before copying files to image"; \

View File

@ -101,7 +101,7 @@ RUN echo "Running pre-package commands"; \
RUN echo "Setting up and installing packages"; \ RUN echo "Setting up and installing packages"; \
$SHELL_OPTS; \ $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 "" echo ""
RUN echo "Initializing packages before copying files to image"; \ RUN echo "Initializing packages before copying files to image"; \

View File

@ -101,7 +101,7 @@ RUN echo "Running pre-package commands"; \
RUN echo "Setting up and installing packages"; \ RUN echo "Setting up and installing packages"; \
$SHELL_OPTS; \ $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 "" echo ""
RUN echo "Initializing packages before copying files to image"; \ RUN echo "Initializing packages before copying files to image"; \

View File

@ -101,7 +101,7 @@ RUN echo "Running pre-package commands"; \
RUN echo "Setting up and installing packages"; \ RUN echo "Setting up and installing packages"; \
$SHELL_OPTS; \ $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 "" echo ""
RUN echo "Initializing packages before copying files to image"; \ RUN echo "Initializing packages before copying files to image"; \