s2i-nodejs-container
s2i-nodejs-container copied to clipboard
make: *** [build-serial] Error 2
Hello
I'm trying to following the instructions, specifically:
$ git clone --recursive https://github.com/sclorg/s2i-nodejs-container.git
$ cd s2i-nodejs-container
$ git submodule update --init
$ make build TARGET=centos7 VERSIONS=8
But when I run make build TARGET=centos7 VERSIONS=8 it fails with:
make[1]: Entering directory '/home/user/git/s2i-nodejs-container'
mkdir -p 8/root
go-md2man -in "8/README.md" -out "8/root/help.1"
bash: go-md2man: command not found
common/common.mk:115: recipe for target '8/root/help.1' failed
make[1]: *** [8/root/help.1] Error 127
make[1]: Leaving directory '/home/user/git/s2i-nodejs-container'
common/common.mk:67: recipe for target 'build-serial' failed
make: *** [build-serial] Error 2
@magick93 You need to install go-md2man binary.
Closing this issue. It is not relevant to container, but in host settings environment.