Skip to content
Snippets Groups Projects
Commit a64f21cf authored by nimrod's avatar nimrod
Browse files

Install Toolbox from toolbox-build.

parent b30fb299
Branches
No related tags found
No related merge requests found
Pipeline #486 passed
...@@ -155,6 +155,8 @@ RUN wget https://www.mongodb.org/static/pgp/server-4.4.asc -O /tmp/mongo.asc && ...@@ -155,6 +155,8 @@ RUN wget https://www.mongodb.org/static/pgp/server-4.4.asc -O /tmp/mongo.asc &&
go get github.com/genuinetools/reg@v0.16.1 && \ 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/Makefile -O /tmp/Makefile && \
make -C /tmp DESTDIR=/usr/local binaries && \ 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 / && \
mkdir /etc/krb5.conf.d && \ mkdir /etc/krb5.conf.d && \
rm /etc/ssh/ssh_host_* && \ rm /etc/ssh/ssh_host_* && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment