Fixed #62, for upload backup files at S3 using awscli

This commit is contained in:
james-song
2021-05-10 16:05:29 +09:00
parent a27b46a43a
commit 353b1af7b4
2 changed files with 10 additions and 28 deletions

View File

@@ -63,5 +63,11 @@ RUN set -ex && \
rm -rf /usr/src/* && \
rm -rf /tmp/* /var/cache/apk/*
RUN apk add --no-cache \
python3 \
py3-pip \
&& pip3 install --upgrade pip \
&& pip3 install awscli
### S6 Setup
ADD install /