Skip to content
This repository was archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
Refs #84245 - Fix timezone via TZ env
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Apr 24, 2017
1 parent 05b6e98 commit ddc49b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.3
FROM alpine:3.5
MAINTAINER "EEA: IDM2 A-Team" <[email protected]>

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 /

ENTRYPOINT ["/docker-entrypoint.sh"]
Expand Down

0 comments on commit ddc49b6

Please sign in to comment.