Skip to content

Commit

Permalink
add ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Jul 30, 2024
1 parent 84e1525 commit 77fb649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/minimal-runner-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:20.04

RUN apt -yq update && \
apt -yq install --no-install-recommends git curl wget
apt -yq install --no-install-recommends git curl wget ca-certificates

CMD ["/bin/bash"]

0 comments on commit 77fb649

Please sign in to comment.