initial commit

This commit is contained in:
2024-04-03 09:36:38 +02:00
commit 0d811e81a5
8 changed files with 236 additions and 0 deletions

16
amazon-s3-backup/Dockerfile Executable file
View File

@@ -0,0 +1,16 @@
ARG BUILD_FROM
FROM ${BUILD_FROM}
ENV LANG C.UTF-8
COPY rootfs /
# add aws-cli and deps
RUN apk add -v --update --no-cache \
python3 \
py3-pip \
groff \
less \
jq \
&& \
pip3 install --upgrade awscli