Skip to content

Commit

Permalink
Update backups
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisDN committed Apr 16, 2024
1 parent 9d78682 commit 398f783
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions docker/common/files-backup/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM alpine:3.14
FROM alpine

RUN apk add --no-cache python3 py3-pip bash \
&& pip3 install --upgrade awscli
RUN apk add --no-cache bash aws-cli

COPY ./backup.sh /usr/local/bin/backup
RUN chmod 555 /usr/local/bin/backup
Expand Down
5 changes: 2 additions & 3 deletions docker/common/mysql-backup/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM alpine:3.14
FROM alpine

RUN apk add --no-cache python3 py3-pip bash \
&& pip3 install --upgrade awscli
RUN apk add --no-cache bash aws-cli

RUN apk add --no-cache coreutils mariadb-client

Expand Down

0 comments on commit 398f783

Please sign in to comment.