We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cccff commit 5fbb59dCopy full SHA for 5fbb59d
Dockerfile
@@ -523,6 +523,5 @@ RUN printf "id ICON \"$PREFIX/src/w64devkit.ico\"" >w64devkit.rc \
523
&& cat /mingw-w64-v$MINGW_VERSION/mingw-w64-libraries/winpthreads/COPYING \
524
>>$PREFIX/COPYING.MinGW-w64-runtime.txt \
525
&& echo $VERSION >$PREFIX/VERSION.txt \
526
- && 7z a -mx=9 -mtm=- $PREFIX.7z $PREFIX
527
-ENV PREFIX=${PREFIX}
528
-CMD cat /7z/7z.sfx $PREFIX.7z
+ && 7z a -mx=9 -mtm=- w64devkit.7z $PREFIX
+CMD ["cat", "/7z/7z.sfx", "w64devkit.7z"]
0 commit comments