alpine-awscli-python3/Dockerfile: add aws cloud python/sdk boto3
This commit is contained in:
parent
b66c3d8aa5
commit
709f9bbd94
@ -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"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user