Skip to content

Commit 70ef4cd

Browse files
committed
Make fdupes operate quietly
1 parent fdd2657 commit 70ef4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ COPY --from=luajit-2.1.0-beta3-gc64.builder root/dist /root/dist/usr/lib/luajit.
141141
COPY --from=luajit.me.builder root/dist /root/dist
142142

143143
# replace duplicate files with hardlinks
144-
RUN fdupes -r1 /root/dist | \
144+
RUN fdupes -q -r1 /root/dist | \
145145
sed -e 's/^/TGT=/;s/ /; for SRC in /;s/$/; do ln -f $TGT $SRC; done/' | sh
146146

147147
###########

0 commit comments

Comments
 (0)