configure timezone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-11-04 09:49:12 +00:00
parent ac307c2671
commit 5ffa5ec1d3

View File

@@ -8,8 +8,12 @@ RUN apk add --update \
tar \
sed \
xz \
tzdata \
&& rm -rf /var/cache/apk/*
ENV TZ=Europe/Berlin
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN pip install awscli
ADD backup.sh /backup.sh