diff --git a/docker/Dockerfile b/docker/Dockerfile index 0f5eb83..c47be13 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 && \