Commit 2f532c4a authored by nimrod's avatar nimrod
Browse files

Install additional binaries.

Things that don't come easily packaged, use the Makefile from rcfiles.
parent ce1a3536
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -142,6 +142,8 @@ RUN wget https://www.mongodb.org/static/pgp/server-4.4.asc -O /tmp/mongo.asc &&
    go get github.com/kaorimatz/mysqldump-loader && \
    go get github.com/lucagrulla/cw && \
    go get sigs.k8s.io/kind@v0.9.0 && \
    wget https://git.shore.co.il/nimrod/rcfiles/-/raw/master/Makefile -O /tmp/Makefile && \
    make -C /tmp DESTDIR=/usr/local binaries && \
    rm /etc/ssh/ssh_host_* && \
    rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/*
VOLUME /run/sshd