Skip to content

Commit

Permalink
install ca-cert in the common bootstrap image
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Apr 3, 2024
1 parent 091cdc9 commit ab696dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/bootstrap/Dockerfile.common
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM --platform=linux/amd64 golang:1.22.1-bullseye
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
# TODO(mberlin): Group these to make it easier to understand which library actually requires them.
ant \
ca-certificates \
chromium \
curl \
default-jdk \
Expand Down

0 comments on commit ab696dd

Please sign in to comment.