mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
Reporting: tzdata is needed for reporting (#24422)
This commit is contained in:
parent
c6bba9019d
commit
de8c1b9ad7
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user