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 0df6cf6 commit 3548168Copy full SHA for 3548168
Containerfile.cross
@@ -1,7 +1,7 @@
1
FROM --platform=$BUILDPLATFORM debian:10 AS fuse-overlayfs
2
RUN apt-get update && \
3
apt-get install --no-install-recommends -y \
4
- git ca-certificates libc6-dev gcc make automake autoconf pkgconf libfuse3-dev file curl
+ git ca-certificates libc6-dev gcc make automake autoconf pkgconf libfuse3-dev file curl go-md2man
5
RUN curl -o /cross.sh https://raw.githubusercontent.com/tonistiigi/binfmt/18c3d40ae2e3485e4de5b453e8460d6872b24d6b/binfmt/scripts/cross.sh && chmod +x /cross.sh
6
COPY . /fuse-overlayfs
7
WORKDIR /fuse-overlayfs
0 commit comments