Skip to content

Commit

Permalink
Reporting: tzdata is needed for reporting (#24422)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlson committed May 8, 2020
1 parent c6bba90 commit de8c1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/docker/ubuntu.Dockerfile
Expand Up @@ -28,7 +28,7 @@ WORKDIR $GF_PATHS_HOME

# Install dependencies
# We need curl in the image
RUN apt-get update && apt-get upgrade -y && apt-get install -y ca-certificates curl && \
RUN apt-get update && apt-get upgrade -y && apt-get install -y ca-certificates curl tzdata && \
apt-get autoremove -y && rm -rf /var/lib/apt/lists/*;

COPY --from=grafana-builder /tmp/grafana "$GF_PATHS_HOME"
Expand Down

0 comments on commit de8c1b9

Please sign in to comment.