Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #52 from vania-pooh/master
Browse files Browse the repository at this point in the history
Added tzdata to Docker container (fixes #51)
  • Loading branch information
robot-bucket authored Apr 17, 2017
2 parents 84f5cd3 + 72df883 commit fad7b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.5
MAINTAINER Ivan Krutov <[email protected]>

RUN apk add -U tzdata && rm -Rf /var/cache/apk/*
COPY ggr /usr/bin

EXPOSE 4444
Expand Down

0 comments on commit fad7b9b

Please sign in to comment.