Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #306 from vania-pooh/master
Browse files Browse the repository at this point in the history
Adding ca-certificates to correctly work with external services (fixe…
  • Loading branch information
vania-pooh authored Mar 24, 2020
2 parents 3a6bcde + 632d0a8 commit c386c97
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,6 +1,6 @@
FROM alpine:3.8

RUN apk add -U tzdata && rm -Rf /var/cache/apk/*
RUN apk add -U tzdata ca-certificates && rm -Rf /var/cache/apk/*
COPY ggr /usr/bin

EXPOSE 4444
Expand Down

0 comments on commit c386c97

Please sign in to comment.