mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-12 10:45:14 +02:00
[Watchdog] Add missing package for IPv6 with smtp-cli, fixes #1430
This commit is contained in:
parent
f8abb2b1a4
commit
37e6c50a9b
@ -18,6 +18,7 @@ RUN apk add --update \
|
||||
redis \
|
||||
perl \
|
||||
perl-io-socket-ssl \
|
||||
perl-io-socket-inet6 \
|
||||
perl-socket \
|
||||
perl-socket6 \
|
||||
perl-mime-lite \
|
||||
|
@ -343,7 +343,7 @@ services:
|
||||
- /lib/modules:/lib/modules:ro
|
||||
|
||||
watchdog-mailcow:
|
||||
image: mailcow/watchdog:1.17
|
||||
image: mailcow/watchdog:1.18
|
||||
# Debug
|
||||
#command: /watchdog.sh
|
||||
build: ./data/Dockerfiles/watchdog
|
||||
|
Loading…
Reference in New Issue
Block a user