mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 06:12:52 +08:00
Added comment to Docker file
This commit is contained in:
@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -qq -y tar && \
|
|||||||
|
|
||||||
COPY ${GRAFANA_TGZ} /tmp/grafana.tar.gz
|
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
|
RUN mkdir /tmp/grafana && tar xfz /tmp/grafana.tar.gz --strip-components=1 -C /tmp/grafana
|
||||||
|
|
||||||
ARG BASE_IMAGE=debian:stretch-slim
|
ARG BASE_IMAGE=debian:stretch-slim
|
||||||
|
Reference in New Issue
Block a user