We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481c6ab commit 21177fbCopy full SHA for 21177fb
Dockerfile
@@ -497,6 +497,6 @@ RUN printf "id ICON \"$PREFIX/src/w64devkit.ico\"" >w64devkit.rc \
497
&& cat /mingw-w64-v$MINGW_VERSION/mingw-w64-libraries/winpthreads/COPYING \
498
>>$PREFIX/COPYING.MinGW-w64-runtime.txt \
499
&& echo $VERSION >$PREFIX/VERSION.txt \
500
- && 7z a -mx=9 $PREFIX.7z $PREFIX
+ && 7z a -mx=9 -mtm=- $PREFIX.7z $PREFIX
501
ENV PREFIX=${PREFIX}
502
CMD cat /7z/7z.sfx $PREFIX.7z
0 commit comments