mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-04 05:25:54 +08:00
Fix: Run update before installing Alpine packages
This commit is contained in:
parent
71c6c075e1
commit
7a22e1817d
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ set -e
|
|||
|
||||
|
||||
do_alpine() {
|
||||
apk update
|
||||
apk add --upgrade cyrus-sasl cyrus-sasl-static cyrus-sasl-digestmd5 cyrus-sasl-crammd5 cyrus-sasl-login cyrus-sasl-ntlm
|
||||
apk add postfix
|
||||
apk add opendkim
|
||||
|
|
Loading…
Add table
Reference in a new issue