Skip to content

Commit

Permalink
install tzdata package in order to make use of the timestamp parser '…
Browse files Browse the repository at this point in the history
…location' parameter (#245)
  • Loading branch information
Joseph Sirianni authored Feb 2, 2021
1 parent f03c848 commit 256eec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN mkdir -p /stanza_home
ENV STANZA_HOME=/stanza_home
RUN echo "pipeline:\n" >> /stanza_home/config.yaml
RUN apt-get update && apt-get install -y systemd ca-certificates
RUN DEBIAN_FRONTEND="noninteractive" TZ="UTC" apt-get install tzdata

COPY ./artifacts/stanza_linux_amd64 /stanza_home/stanza
COPY ./artifacts/stanza-plugins.tar.gz /tmp/stanza-plugins.tar.gz
Expand Down

0 comments on commit 256eec5

Please sign in to comment.