Commit 465e40c8 authored by nimrod's avatar nimrod
Browse files

Use the binaries Makefile snippet.

parent 68c9d837
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 / && \