mirror of
https://github.com/casjaysdevdocker/mailman
synced 2025-09-18 03:57:55 -04:00
🗃️ Committing everything that changed 🗃️
Dockerfile
This commit is contained in:
@@ -82,7 +82,7 @@ RUN set -ex; \
|
||||
|
||||
RUN \
|
||||
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; \
|
||||
echo ""
|
||||
|
||||
|
Reference in New Issue
Block a user