Skip to content

Commit

Permalink
Install ca-certificates inside Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
danielelisi committed Oct 4, 2023
1 parent 9cfdd21 commit a5362e8
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 @@ -12,6 +12,8 @@ RUN go build -o /go-tezos-keygen

FROM debian:bullseye-slim as runtime

RUN apt-get update && apt-get install -y ca-certificates

WORKDIR /app

COPY --from=builder /go-tezos-keygen /app/go-tezos-keygen
Expand Down

0 comments on commit a5362e8

Please sign in to comment.