fix: add ca-certificates, so that requesting certificates doesn't fail

This commit is contained in:
Jan Christian Grünhage 2018-08-09 08:12:36 +02:00
parent 484ee2c740
commit 0fb9fc8c60
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ ENV UID=1337 \
RUN apk add --no-cache \
su-exec \
s6 \
ca-certificates \
bash
ADD root /
EXPOSE 2015 80 443