mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
Added comment to Docker file
This commit is contained in:
parent
66d9b12981
commit
a12960e476
@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -qq -y tar && \
|
||||
|
||||
COPY ${GRAFANA_TGZ} /tmp/grafana.tar.gz
|
||||
|
||||
# Change to tar xfzv to make tar print every file it extracts
|
||||
RUN mkdir /tmp/grafana && tar xfz /tmp/grafana.tar.gz --strip-components=1 -C /tmp/grafana
|
||||
|
||||
ARG BASE_IMAGE=debian:stretch-slim
|
||||
|
Loading…
Reference in New Issue
Block a user