Skip to content

Commit 5b7a729

Browse files
committed
Containerfile: COPY --link for image-full
not sure why this was removed, probably during debugging other issues
1 parent 75a5bf7 commit 5b7a729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN \
7171
CMD ["/bin/sh"]
7272

7373
FROM scratch AS image-full
74-
COPY --from=install-full /target /
74+
COPY --link --from=install-full /target /
7575
RUN \
7676
install -dm1777 tmp; \
7777
xbps-reconfigure -fa; \

0 commit comments

Comments
 (0)