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

Commit

Permalink
Adding ca-certificates to correctly work with external services (fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Mar 24, 2020
1 parent 3a6bcde commit 632d0a8
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 632d0a8

Please sign in to comment.