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

Commit

Permalink
Added tzdata to Docker container (fixes #51)
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Apr 17, 2017
1 parent 84f5cd3 commit 72df883
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 72df883

Please sign in to comment.