mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 13:23:12 +01:00
Fixed #62, for upload backup files at S3 using awscli
This commit is contained in:
@@ -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 /
|
||||
|
||||
Reference in New Issue
Block a user