Skip to content

Commit

Permalink
Install ca-certificates (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbubudi authored Jun 1, 2019
1 parent d0289f7 commit d719ca0
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
@@ -1,7 +1,7 @@
ARG ARCH
FROM multiarch/alpine:${ARCH}-v3.9

RUN apk add --update tzdata && \
RUN apk add --update tzdata ca-certificates && \
rm -rf /var/cache/apk/*

RUN addgroup -S appgroup && \
Expand Down

0 comments on commit d719ca0

Please sign in to comment.