Loading Dockerfile +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
Dockerfile +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading