mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -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
|
||||
# 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"
|
||||
|
Loading…
Reference in New Issue
Block a user