Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Commit 5df84f1

Browse files
committed
fix(Dockerfile): force gunzip of license files
1 parent 937d19a commit 5df84f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN buildDeps='gcc make libgeoip-dev libssl-dev libpcre3-dev'; \
5151
apt-get clean -y && \
5252
# package up license files if any by appending to existing tar
5353
COPYRIGHT_TAR='/usr/share/copyrights.tar'; \
54-
gunzip $COPYRIGHT_TAR.gz; tar -rf $COPYRIGHT_TAR /usr/share/doc/*/copyright; gzip $COPYRIGHT_TAR && \
54+
gunzip -f $COPYRIGHT_TAR.gz; tar -rf $COPYRIGHT_TAR /usr/share/doc/*/copyright; gzip $COPYRIGHT_TAR && \
5555
rm -rf \
5656
/usr/share/doc \
5757
/usr/share/man \

0 commit comments

Comments
 (0)