[Watchdog] Add missing package for IPv6 with smtp-cli, fixes #1430

master
André 2018-05-27 21:40:53 +02:00
parent f8abb2b1a4
commit 37e6c50a9b
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ RUN apk add --update \
redis \ redis \
perl \ perl \
perl-io-socket-ssl \ perl-io-socket-ssl \
perl-io-socket-inet6 \
perl-socket \ perl-socket \
perl-socket6 \ perl-socket6 \
perl-mime-lite \ perl-mime-lite \

View File

@ -343,7 +343,7 @@ services:
- /lib/modules:/lib/modules:ro - /lib/modules:/lib/modules:ro
watchdog-mailcow: watchdog-mailcow:
image: mailcow/watchdog:1.17 image: mailcow/watchdog:1.18
# Debug # Debug
#command: /watchdog.sh #command: /watchdog.sh
build: ./data/Dockerfiles/watchdog build: ./data/Dockerfiles/watchdog