@rhuss [comment over in #219](https://github.com/fabric8io-images/s2i/pull/219#issuecomment-460922189) : > Installing fish-pepper might be a pain, so I recommend to run it from within a Docker container like in > > ``` > docker run -it --rm -v $(pwd):/fp fabric8/fish-pepper > ``` > > (of course you need to able to use volume mounts) > > See also https://github.com/fabric8io-images/fish-pepper/tree/master/docker gave me an idea - we should [use it like this in the test.sh](https://github.com/fabric8io-images/s2i/blob/master/test.sh#L168) ...