Skip to content

Commit

Permalink
Lodestar source (#2032)
Browse files Browse the repository at this point in the history
* Version 2.15.0.2

* Add ca-certs to Lodestar source build
  • Loading branch information
yorickdowne authored Jan 15, 2025
1 parent 9bb19fe commit 811daa3
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 811daa3

Please sign in to comment.