lazydocker

This commit is contained in:
Jackson Delahunt 2019-07-01 10:10:55 +10:00
parent 3bb9d74811
commit 3d7a13b1b3

View file

@ -80,6 +80,10 @@ RUN wget -qnv -O kind https://github.com/kubernetes-sigs/kind/releases/download/
chmod +x kind && \
mv kind /usr/local/bin
# Install lazydocker
RUN curl -fsSL https://github.com/jesseduffield/lazydocker/releases/download/v0.2.4/lazydocker_0.2.4_Linux_x86_64.tar.gz | \
tar -C /usr/local/bin -xzf -
# Install musikcube
RUN wget -O musikcube.deb -nv https://github.com/clangen/musikcube/releases/download/0.62.0/musikcube_0.62.0_ubuntu_cosmic_amd64.deb && \
dpkg -i musikcube.deb || apt-get install -qq --fix-broken && \