Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit fc1aac7

Browse files
committed
Fixed missing go in go-md2man
1 parent 8b667dc commit fc1aac7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/go-md2man/Dockerfile.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ARG ref=main
55
FROM ghcr.io/nicholasdille/docker-setup/go:${ref} AS go
66

77
FROM ghcr.io/nicholasdille/docker-setup/base:${ref} AS prepare
8+
COPY --link --from=go / /
89
RUN <<EOF
910
apt-get update
1011
apt-get -y install \

0 commit comments

Comments
 (0)