Skip to content

Commit

Permalink
Merge pull request cloudflare#25 from GiedriusS/fix/add_certs
Browse files Browse the repository at this point in the history
Dockerfile: add common CA certs
  • Loading branch information
prymitive authored Jun 16, 2021
2 parents 5b0fcec + e9ec809 commit bc93b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN go build ./cmd/pint

FROM debian:stable
RUN apt-get update --yes && \
apt-get install --no-install-recommends --yes git && \
apt-get install --no-install-recommends --yes git ca-certificates && \
rm -rf /var/lib/apt/lists/*
COPY --from=0 /src/pint /usr/local/bin/pint
WORKDIR /code
Expand Down

0 comments on commit bc93b7c

Please sign in to comment.