update mysql backup

main
ycz008 2024-07-30 15:58:05 +08:00
parent ecc2856f6b
commit 1e217d04b6
1 changed files with 0 additions and 4 deletions

View File

@ -2,10 +2,6 @@ FROM ubuntu:22.04
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 && \
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
unzip awscliv2.zip && \