Skip to content

Commit

Permalink
Merge pull request #1200 from atheiman/light-cacerts
Browse files Browse the repository at this point in the history
add ca-certificates to light docker image
  • Loading branch information
eikenb authored Jul 18, 2019
2 parents de52f2f + 153ca11 commit f382b9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/light/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM alpine:latest
LABEL maintainer "Seth Vargo <seth@sethvargo.com> (@sethvargo)"

RUN apk add --no-cache ca-certificates
ADD "./pkg/linux_amd64/consul-template" "/bin/consul-template"

ENTRYPOINT ["/bin/consul-template"]

0 comments on commit f382b9f

Please sign in to comment.