Skip to content

Commit dba3046

Browse files
authored
add ca-certificates to the docker image (#497)
Signed-off-by: Pavel Aborilov <aborilov@gmail.com> Signed-off-by: Pavel Aborilov <aborilov@gmail.com>
1 parent 33d18dd commit dba3046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FROM alpine:latest
1414

1515
RUN apk update && \
1616
apk upgrade && \
17-
apk add git openssh-client python3 py3-pip && \
17+
apk add ca-certificates git openssh-client python3 py3-pip && \
1818
pip3 install --upgrade pip && \
1919
pip3 install awscli && \
2020
rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)