Skip to content

Commit 9b24a1b

Browse files
committed
chore(docker): Restore workaround for buildx bug
1 parent aebe021 commit 9b24a1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ RUN ./configure \
7272
RUN make
7373
RUN make install DESTDIR=/pkgdir
7474

75+
# Work around BuiltKit / buildx bug, they can’t copy to symlinks only dirs
76+
RUN mv /pkgdir/usr/local/{share/,}/man
77+
7578
FROM base AS final
7679

7780
# Same args as above, repeated because they went out of scope with FROM

0 commit comments

Comments
 (0)