mirror of
https://github.com/casjaysdevdocker/mailman
synced 2025-01-18 12:34:41 -05:00
🗃️ Committing everything that changed 🗃️
Dockerfile
This commit is contained in:
parent
75ef470ec1
commit
ecf2e5f7b0
@ -82,7 +82,7 @@ RUN set -ex; \
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
set -ex; \
|
set -ex; \
|
||||||
mkdir -p /tmp && apt-get update; \
|
mkdir -p /tmp && chmod 777 /tmp && apt-get update; \
|
||||||
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";pkmgr install ${PACK_LIST};fi; \
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user