Skip to content

Commit

Permalink
fix: install ca-certificates
Browse files Browse the repository at this point in the history
apparently, ca-certificates package is no longer preinstalled in alpine,
hence install it explicitly.
  • Loading branch information
ccwienk committed Dec 23, 2024
1 parent ea53c2c commit a9052ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions concourse-resource-git.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /root

RUN apk --no-cache add \
bash \
ca-certificates \
curl \
git \
git-crypt \
Expand Down

0 comments on commit a9052ae

Please sign in to comment.