diff --git a/Dockerfile b/Dockerfile index 8b31c5b4..dbb85879 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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