File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ RUN apt-get -qq update && \
1313 devscripts debhelper fakeroot \
1414 zip unzip \
1515 gnupg dctrl-tools dput \
16- liblcms2-2
16+ liblcms2-2 \
17+ pigz xz-utils
1718
1819# prepare a nonroot user
1920COPY compiler.sudoers /etc/sudoers.d/compiler
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ PKGDIR="/build/pkg/$PKGNAME"
5353rm -rf " /build/pkg"
5454mkdir " /build/pkg"
5555cd " /build/pkg"
56- tar -xf " /build/jri-${DEB_JRI_PLATFORM} .tar.gz" -C " /build/pkg"
56+ tar -x -I ' pigz ' -f " /build/jri-${DEB_JRI_PLATFORM} .tar.gz" -C " /build/pkg"
5757mv " /build/pkg/jri" " $PKGDIR "
58- tar -cJf " $PKGDIR .orig.tar.xz" " $PKGNAME "
58+ tar -c -I ' xz -T0 -1 ' -f " $PKGDIR .orig.tar.xz" " $PKGNAME "
5959cp -rf /opt/jdkpkg/debian " $PKGDIR "
6060cd " $PKGDIR "
6161
You can’t perform that action at this time.
0 commit comments