fix: add ca-certificates, so that requesting certificates doesn't fail
This commit is contained in:
parent
484ee2c740
commit
0fb9fc8c60
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ ENV UID=1337 \
|
|||
RUN apk add --no-cache \
|
||||
su-exec \
|
||||
s6 \
|
||||
ca-certificates \
|
||||
bash
|
||||
ADD root /
|
||||
EXPOSE 2015 80 443
|
||||
|
|
Loading…
Reference in a new issue