Skip to content

Commit

Permalink
Pacific Time as default tz
Browse files Browse the repository at this point in the history
  • Loading branch information
ebedarev committed Jun 29, 2017
1 parent 9817eac commit 1af4e86
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,11 +1,11 @@
FROM anapsix/alpine-java:8_jdk

RUN apk add tzdata && ln -fs /usr/share/zoneinfo/US/Pacific-New /etc/localtime

ARG kafka_version=0.10.2.1
ARG scala_version=2.12

RUN apk add --update unzip wget curl docker jq coreutils
RUN apk add --update unzip wget curl docker jq coreutils tzdata
RUN ln -fs /usr/share/zoneinfo/US/Pacific-New /etc/localtime
RUN mkdir /etc/zookeeper /etc/kafka

ENV KAFKA_VERSION=$kafka_version SCALA_VERSION=$scala_version
Expand Down

0 comments on commit 1af4e86

Please sign in to comment.