Skip to content

Commit

Permalink
Merge pull request #57 from jrasell/b_docker_ca
Browse files Browse the repository at this point in the history
Update the Dockerfile to install ca-certificates for TLS envs.
  • Loading branch information
jrasell committed Dec 6, 2017
2 parents 6139de6 + 2bb1fc4 commit 44e00b5
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
Expand Up @@ -7,5 +7,7 @@ RUN apk add --no-cache make \

FROM alpine:latest

RUN apk add --no-cache ca-certificates

COPY --from=builder /go/bin/levant /usr/bin/levant
CMD ["levant", "--help"]
CMD ["levant", "--help"]

0 comments on commit 44e00b5

Please sign in to comment.