mirror of
https://github.com/dockersrc/debian
synced 2024-11-23 23:23:03 -05:00
🗃️ Committing everything that changed 🗃️
Dockerfile Dockerfile.10 Dockerfile.11 Dockerfile.12 Dockerfile.13
This commit is contained in:
parent
1c4f50454f
commit
2a7d5084a1
@ -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"; \
|
||||||
|
@ -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"; \
|
||||||
|
@ -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"; \
|
||||||
|
@ -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"; \
|
||||||
|
@ -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"; \
|
||||||
|
Loading…
Reference in New Issue
Block a user