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,7 +8,11 @@ RUN apk add --update \
tar \ tar \
sed \ sed \
xz \ xz \
tzdata \
&& rm -rf /var/cache/apk/* && 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 RUN pip install awscli