Skip to content

Commit

Permalink
Merge pull request #16 from betadots/ca
Browse files Browse the repository at this point in the history
Install ca-certificates in Dockerfile
  • Loading branch information
bastelfreak authored Sep 27, 2023
2 parents 2e0a742 + 29119b7 commit 284bc68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ADD https://apt.puppet.com/puppet7-release-jammy.deb /puppet7-release-jammy.deb
RUN apt install /puppet7-release-jammy.deb

RUN apt update && apt install -y --no-install-recommends \
ca-certificates \
cmake \
curl \
g++ \
Expand Down

0 comments on commit 284bc68

Please sign in to comment.