initial commit
This commit is contained in:
16
amazon-s3-backup/Dockerfile
Executable file
16
amazon-s3-backup/Dockerfile
Executable 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
|
||||
Reference in New Issue
Block a user