Skip to content

Commit

Permalink
add ca-certificates to the docker image (#497)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Aborilov <[email protected]>

Signed-off-by: Pavel Aborilov <[email protected]>
  • Loading branch information
aborilov authored and alexmt committed Dec 6, 2022
1 parent aee153d commit 7ac0f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM alpine:latest

RUN apk update && \
apk upgrade && \
apk add git openssh-client python3 py3-pip && \
apk add ca-certificates git openssh-client python3 py3-pip && \
pip3 install --upgrade pip && \
pip3 install awscli && \
rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 7ac0f2b

Please sign in to comment.