update mysql backup
parent
ecc2856f6b
commit
1e217d04b6
|
@ -2,10 +2,6 @@ FROM ubuntu:22.04
|
||||||
|
|
||||||
LABEL MAINTAINER='beaconfire'
|
LABEL MAINTAINER='beaconfire'
|
||||||
|
|
||||||
mkdir -p ~/.aws
|
|
||||||
|
|
||||||
echo -ne "[default]\naws_access_key_id = ${AWS_ACCESS_KEY}\naws_secret_access_key = ${AWS_SECRET_KEY}\n" > ~/.aws/credentials
|
|
||||||
|
|
||||||
RUN apt update && apt install -y curl unzip && \
|
RUN apt update && apt install -y curl unzip && \
|
||||||
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
|
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
|
||||||
unzip awscliv2.zip && \
|
unzip awscliv2.zip && \
|
||||||
|
|
Loading…
Reference in New Issue