Skip to content

Commit

Permalink
Use alpine with ca-certificates for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
clelange committed Sep 28, 2020
1 parent e5c4252 commit 1160609
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM scratch
FROM alpine:latest
RUN apk --no-cache add ca-certificates
COPY cernopendata-client-go /
RUN chmod +x ./cernopendata-client-go
ENTRYPOINT ["/cernopendata-client-go"]

0 comments on commit 1160609

Please sign in to comment.