From 354816853514097b6bfc41f05bf97b0c3b3681c2 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 9 Oct 2020 09:39:46 +0200 Subject: [PATCH] Containerfile.cross: install go-md2man Signed-off-by: Giuseppe Scrivano --- Containerfile.cross | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.cross b/Containerfile.cross index a52539d..a7f0cf7 100644 --- a/Containerfile.cross +++ b/Containerfile.cross @@ -1,7 +1,7 @@ FROM --platform=$BUILDPLATFORM debian:10 AS fuse-overlayfs RUN apt-get update && \ apt-get install --no-install-recommends -y \ - 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 RUN curl -o /cross.sh https://raw.githubusercontent.com/tonistiigi/binfmt/18c3d40ae2e3485e4de5b453e8460d6872b24d6b/binfmt/scripts/cross.sh && chmod +x /cross.sh COPY . /fuse-overlayfs WORKDIR /fuse-overlayfs