mirror of
https://github.com/casjaysdevdocker/opengist
synced 2026-08-14 14:01:17 -04:00
🔧 bump ssmtp to msmtp, use base alpine image 🔧
- .env.scripts: version-bump, use "alpine" instead of "casjaysdev/alpine" for ENV_PULL_URL, replace ssmtp with msmtp in ENV_PACKAGES - Dockerfile: replace ssmtp with msmtp in PACK_LIST to match .env.scripts Dockerfile .env.scripts
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ ARG PHP_SERVER
|
||||
ARG SHELL_OPTS
|
||||
ARG PATH
|
||||
|
||||
ARG PACK_LIST="git openssh bash-completion curl wget sudo unzip iproute2 ssmtp openssl jq tzdata mailcap ncurses util-linux pciutils usbutils coreutils binutils findutils grep rsync zip tini py3-pip procps net-tools coreutils sed gawk grep attr findutils readline lsof less curl shadow ca-certificates "
|
||||
ARG PACK_LIST="git openssh bash-completion curl wget sudo unzip iproute2 msmtp openssl jq tzdata mailcap ncurses util-linux pciutils usbutils coreutils binutils findutils grep rsync zip tini py3-pip procps net-tools coreutils sed gawk grep attr findutils readline lsof less curl shadow ca-certificates "
|
||||
|
||||
ENV ENV=~/.profile
|
||||
ENV SHELL="/bin/sh"
|
||||
|
||||
Reference in New Issue
Block a user