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

Commit 1af4e86

Browse files
author
Eugene
committed
Pacific Time as default tz
1 parent 9817eac commit 1af4e86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM anapsix/alpine-java:8_jdk
22

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

54
ARG kafka_version=0.10.2.1
65
ARG scala_version=2.12
76

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

1111
ENV KAFKA_VERSION=$kafka_version SCALA_VERSION=$scala_version

0 commit comments

Comments
 (0)