Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -178,7 +178,7 @@ RUN apt-get update && \ go get github.com/lucagrulla/cw && \ go get sigs.k8s.io/kind@v0.9.0 && \ go get github.com/genuinetools/reg@v0.16.1 && \ wget https://git.shore.co.il/nimrod/rcfiles/-/raw/master/Makefile -O /tmp/Makefile && \ wget https://git.shore.co.il/nimrod/rcfiles/-/raw/master/binaries.mk -O /tmp/Makefile && \ make -C /tmp DESTDIR=/usr/local binaries && \ wget https://git.shore.co.il/shore/toolbox-build/-/jobs/artifacts/master/raw/toolbox.tar.gz?job=build -O /tmp/toolbox.tar.gz && \ tar -xzf /tmp/toolbox.tar.gz -C / && \ Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -178,7 +178,7 @@ RUN apt-get update && \ go get github.com/lucagrulla/cw && \ go get sigs.k8s.io/kind@v0.9.0 && \ go get github.com/genuinetools/reg@v0.16.1 && \ wget https://git.shore.co.il/nimrod/rcfiles/-/raw/master/Makefile -O /tmp/Makefile && \ wget https://git.shore.co.il/nimrod/rcfiles/-/raw/master/binaries.mk -O /tmp/Makefile && \ make -C /tmp DESTDIR=/usr/local binaries && \ wget https://git.shore.co.il/shore/toolbox-build/-/jobs/artifacts/master/raw/toolbox.tar.gz?job=build -O /tmp/toolbox.tar.gz && \ tar -xzf /tmp/toolbox.tar.gz -C / && \ Loading