Skip to content

Commit

Permalink
Merge pull request private-attribution#763 from private-attribution/d…
Browse files Browse the repository at this point in the history
…ocker-ca-certs

Make docker image capable of running HTTP IPA
  • Loading branch information
martinthomson authored Jul 21, 2023
2 parents a02423e + a2f0c44 commit 4767cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/helper.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ARG IDENTITY
ARG HOSTNAME
ARG SOURCES_DIR

RUN apt-get update && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*
COPY --from=builder ${SOURCES_DIR}/target/release/helper $HELPER_BIN_PATH

# generate certificate/private key for TLS
Expand Down

0 comments on commit 4767cad

Please sign in to comment.