Merge pull request #30 from chrw/fix-ca-certificates

Install ca-certificates package to fix s2s SSL errors.
This commit is contained in:
Kim Alvefur 2017-01-23 14:08:34 +01:00 committed by GitHub
commit 67de3d1ecc

View file

@ -25,6 +25,7 @@ RUN apt-get update \
lua-zlib \
lua5.1 \
openssl \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*
# Install and configure prosody