Skip to content

Commit

Permalink
Add ca-certs to Lodestar source build
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Jan 15, 2025
1 parent 49db895 commit bf0b65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lodestar/Dockerfile.source
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG DOCKER_REPO
ARG BUILD_TARGET
ARG SRC_REPO

RUN apt-get update && apt-get install -y --no-install-recommends git g++ make python3 python3-setuptools bash && apt-get clean && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates git g++ make python3 python3-setuptools bash && apt-get clean && rm -rf /var/lib/apt/lists/*

WORKDIR /usr/app

Expand Down

0 comments on commit bf0b65d

Please sign in to comment.