alpine-awscli-python3/Dockerfile: add aws cloud python/sdk boto3

This commit is contained in:
Haitao Pan 2023-07-30 18:37:25 +08:00
parent b66c3d8aa5
commit 709f9bbd94

View File

@ -3,6 +3,7 @@ FROM artifact.onwalk.net/base/alpine-awscli:2.6.1
LABEL maintainer="Haitao Pan <manbuzhe2009@qq.com>"
# install python3
RUN apk --no-cache add python3 py3-pip
RUN apk add --update --no-cache openssh bash wget make curl jq unzip zip git python3 py3-pip unzip && \
pip install --upgrade pip --user && pip install pyyaml boto3
ENTRYPOINT ["sh"]