mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
lazydocker
This commit is contained in:
parent
3bb9d74811
commit
3d7a13b1b3
1 changed files with 4 additions and 0 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue