Refs #84245 - Fix timezone via TZ env
This commit is contained in:
parent
05b6e98199
commit
ddc49b69bc
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user