소스 검색

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