Skip to content

Commit 5b60283

Browse files
committed
chore(monitor): remove copyrights.tar.gz
1 parent 6009ef1 commit 5b60283

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

grafana/rootfs/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ RUN apt-get update && \
1515
# cleanup
1616
apt-get autoremove -y && \
1717
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 && \
2118
rm -rf \
2219
/usr/share/doc \
2320
/usr/share/man \

0 commit comments

Comments
 (0)