Skip to content

Commit

Permalink
Merge pull request #8 from gothrek22/patch-1
Browse files Browse the repository at this point in the history
Add support for valid certificates to docker
  • Loading branch information
evildecay authored Apr 19, 2018
2 parents 8e3164f + 08773ae commit 42799d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ ENV HOST="127.0.0.1"
ENV PORT="8080"
ENV NAME="request"

RUN apk add --no-cache ca-certificates

WORKDIR /etcdkeeper
COPY --from=builder /go/src/github.com/evildecay/etcdkeeper/etcdkeeper.bin .
ADD assets assets
Expand Down

0 comments on commit 42799d6

Please sign in to comment.