瀏覽代碼

Added comment to Docker file

Torkel Ödegaard 6 年之前
父節點
當前提交
a12960e476
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packaging/docker/Dockerfile

+ 1 - 0
packaging/docker/Dockerfile

@@ -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