Skip to content

Commit

Permalink
add ca-certificates
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Winther <jippignu@gmail.com>
  • Loading branch information
jippi committed Mar 20, 2020
1 parent 4dbe4fc commit 5a1604f
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
Expand Up @@ -7,5 +7,6 @@ COPY . .
RUN CGO_ENABLED=0 go build -a -installsuffix cgo -ldflags "-X main.GitCommit=$(git describe --tags)"

FROM debian:buster
RUN apt-get update && apt-get install -y ca-certificates && apt-get clean
COPY --from=go-builder /go/src/app/nomad-firehose /bin/
CMD [ "/bin/nomad-firehose" ]

0 comments on commit 5a1604f

Please sign in to comment.