Refs #84245 - Fix timezone via TZ env

This commit is contained in:
Alin Voinea 2017-04-24 12:57:36 +03:00
parent 05b6e98199
commit ddc49b69bc

View File

@ -1,7 +1,7 @@
FROM alpine:3.3 FROM alpine:3.5
MAINTAINER "EEA: IDM2 A-Team" <eea-edw-a-team-alerts@googlegroups.com> MAINTAINER "EEA: IDM2 A-Team" <eea-edw-a-team-alerts@googlegroups.com>
RUN apk add --no-cache --virtual .run-deps rsync openssh RUN apk add --no-cache --virtual .run-deps rsync openssh tzdata
COPY docker-entrypoint.sh / COPY docker-entrypoint.sh /
ENTRYPOINT ["/docker-entrypoint.sh"] ENTRYPOINT ["/docker-entrypoint.sh"]