From 30962ec81294167a3f2e9ea0c8fdaf499fa198fa Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 9 Dec 2018 09:05:05 -0800 Subject: Dockerfile: manpages --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 409a7c6..c48ae3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,9 @@ COPY . . ENV GOPROXY=https://cache.greedo.xeserv.us ENV CGO_ENABLED=0 RUN GOBIN=/x/bin go install -v ./... +RUN cd ./docs/man && ./prepare.sh FROM xena/alpine COPY --from=build /x/bin/ /usr/local/bin/ +COPY --from=build /x/doc/man /usr/share/man/man1 +RUN apk --no-cache add man -- cgit v1.2.3