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 fdd2657 commit 70ef4cdCopy full SHA for 70ef4cd
Dockerfile
@@ -141,7 +141,7 @@ COPY --from=luajit-2.1.0-beta3-gc64.builder root/dist /root/dist/usr/lib/luajit.
141
COPY --from=luajit.me.builder root/dist /root/dist
142
143
# replace duplicate files with hardlinks
144
-RUN fdupes -r1 /root/dist | \
+RUN fdupes -q -r1 /root/dist | \
145
sed -e 's/^/TGT=/;s/ /; for SRC in /;s/$/; do ln -f $TGT $SRC; done/' | sh
146
147
###########
0 commit comments