Commit a12960e4 by Torkel Ödegaard Committed by GitHub

Added comment to Docker file

parent 66d9b129
......@@ -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
......
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