Skip to content

Commit

Permalink
chore(docker): Restore workaround for buildx bug
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 1, 2024
1 parent aebe021 commit 9b24a1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ RUN ./configure \
RUN make
RUN make install DESTDIR=/pkgdir

# Work around BuiltKit / buildx bug, they can’t copy to symlinks only dirs
RUN mv /pkgdir/usr/local/{share/,}/man

FROM base AS final

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

0 comments on commit 9b24a1b

Please sign in to comment.