This commit is contained in:
2024-04-03 10:20:37 +02:00
parent 0609ebbb18
commit aa1ae570ac
3 changed files with 4 additions and 50 deletions

View File

@@ -4,6 +4,7 @@ FROM ${BUILD_FROM}
ENV LANG C.UTF-8
COPY rootfs /
RUN chmod a+x /run.sh
# add aws-cli and deps
RUN apk add -v --update --no-cache \
@@ -13,4 +14,6 @@ RUN apk add -v --update --no-cache \
less \
jq \
aws-cli
#RUN pip3 install --upgrade awscli
#RUN pip3 install --upgrade awscli
CMD [ "/run.sh" ]