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 aebe021 commit 9b24a1bCopy full SHA for 9b24a1b
Dockerfile
@@ -72,6 +72,9 @@ RUN ./configure \
72
RUN make
73
RUN make install DESTDIR=/pkgdir
74
75
+# Work around BuiltKit / buildx bug, they can’t copy to symlinks only dirs
76
+RUN mv /pkgdir/usr/local/{share/,}/man
77
+
78
FROM base AS final
79
80
# Same args as above, repeated because they went out of scope with FROM
0 commit comments