We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6009ef1 commit 5b60283Copy full SHA for 5b60283
1 file changed
grafana/rootfs/Dockerfile
@@ -15,9 +15,6 @@ RUN apt-get update && \
15
# cleanup
16
apt-get autoremove -y && \
17
apt-get clean -y && \
18
- # package up license files if any by appending to existing tar
19
- COPYRIGHT_TAR='/usr/share/copyrights.tar'; \
20
- gunzip -f $COPYRIGHT_TAR.gz; tar -rf $COPYRIGHT_TAR /usr/share/doc/*/copyright; gzip $COPYRIGHT_TAR && \
21
rm -rf \
22
/usr/share/doc \
23
/usr/share/man \
0 commit comments