Skip to content

Commit

Permalink
Update docker container to allow https connections (#104)
Browse files Browse the repository at this point in the history
Alpine is only provided with a restrained set of useful packages which didn't contains `ca-certificates` that handle certificate checking. Thus preventing stripe-cli to connect to stripe API.
  • Loading branch information
Freezystem authored and ob-stripe committed Aug 14, 2019
1 parent 52747e0 commit 084a326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM alpine
RUN apk add ca-certificates
COPY stripe /bin/stripe
ENTRYPOINT ["/bin/stripe"]

0 comments on commit 084a326

Please sign in to comment.