The provided build instruction in the readme file with
#!/bin/bash
docker build \
--no-cache \
--progress=plain \
--build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
--build-arg VCS_REF=$(git rev-list -1 HEAD) \
--build-arg VERSION=`cat version.txt` \
-t klibio/osgi-starterkit:latest \
.
Failes at step 6/6
RUN cd /data && ./setup_01_java.sh && ./setup_02_osgi-starterkit.sh:
with
executor failed running [/bin/sh -c cd /data && ./setup_01_java.sh && ./setup_02_osgi-starterkit.sh]: exit code: 127