Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Commit

Permalink
fix(dockerfile): fix ca-certificates
Browse files Browse the repository at this point in the history
fix ca-certificates

Signed-off-by: mritd <[email protected]>
  • Loading branch information
mritd committed Oct 9, 2018
1 parent 19f7912 commit c4fca3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG TZ="Asia/Shanghai"
ENV TZ ${TZ}

RUN apk upgrade \
&& apk add bash tzdata libc6-compat ca-certificate \
&& apk add bash tzdata libc6-compat ca-certificates \
&& ln -sf /usr/share/zoneinfo/${TZ} /etc/localtime \
&& echo ${TZ} > /etc/timezone \
&& rm -rf /var/cache/apk/*
Expand Down

0 comments on commit c4fca3d

Please sign in to comment.