From 1e217d04b6844871f41011e117505f6b8470f8a5 Mon Sep 17 00:00:00 2001 From: ycz008 Date: Tue, 30 Jul 2024 15:58:05 +0800 Subject: [PATCH] update mysql backup --- build-image/mysql/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-image/mysql/Dockerfile b/build-image/mysql/Dockerfile index 63a1d98..fa5575a 100644 --- a/build-image/mysql/Dockerfile +++ b/build-image/mysql/Dockerfile @@ -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 && \