Commit de8c1b9a by Leonard Gram Committed by GitHub

Reporting: tzdata is needed for reporting (#24422)

parent c6bba901
...@@ -28,7 +28,7 @@ WORKDIR $GF_PATHS_HOME ...@@ -28,7 +28,7 @@ WORKDIR $GF_PATHS_HOME
# Install dependencies # Install dependencies
# We need curl in the image # 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/*; apt-get autoremove -y && rm -rf /var/lib/apt/lists/*;
COPY --from=grafana-builder /tmp/grafana "$GF_PATHS_HOME" COPY --from=grafana-builder /tmp/grafana "$GF_PATHS_HOME"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment