mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-03 21:14:26 +08:00
Fix: Fix missing backslash
This commit is contained in:
parent
b96f9e0cc0
commit
92f514b647
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ do_alpine() {
|
|||
netcat-openbsd \
|
||||
opendkim-utils \
|
||||
python3 \
|
||||
py3-pip
|
||||
py3-pip \
|
||||
rsyslog \
|
||||
supervisor \
|
||||
tzdata
|
||||
|
|
Loading…
Add table
Reference in a new issue