Skip to content

Commit 3548168

Browse files
committed
Containerfile.cross: install go-md2man
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
1 parent 0df6cf6 commit 3548168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile.cross

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM --platform=$BUILDPLATFORM debian:10 AS fuse-overlayfs
22
RUN apt-get update && \
33
apt-get install --no-install-recommends -y \
4-
git ca-certificates libc6-dev gcc make automake autoconf pkgconf libfuse3-dev file curl
4+
git ca-certificates libc6-dev gcc make automake autoconf pkgconf libfuse3-dev file curl go-md2man
55
RUN curl -o /cross.sh https://raw.githubusercontent.com/tonistiigi/binfmt/18c3d40ae2e3485e4de5b453e8460d6872b24d6b/binfmt/scripts/cross.sh && chmod +x /cross.sh
66
COPY . /fuse-overlayfs
77
WORKDIR /fuse-overlayfs

0 commit comments

Comments
 (0)