mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-30 09:36:32 +10:00
autojump
This commit is contained in:
parent
3ce369eb74
commit
32ebc66525
1 changed files with 1 additions and 6 deletions
|
|
@ -35,7 +35,7 @@ RUN apt-get update -qq && \
|
|||
alsa-utils \
|
||||
arandr \
|
||||
asciinema \
|
||||
bitlbee \
|
||||
autojump \
|
||||
build-essential \
|
||||
cmake \
|
||||
cmatrix \
|
||||
|
|
@ -165,11 +165,6 @@ RUN go get github.com/moul/gotty-client/cmd/gotty-client
|
|||
# Install helm
|
||||
RUN curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
|
||||
|
||||
# Install jump directory navigator
|
||||
RUN wget -qnv -O jump.deb https://github.com/gsamokovarov/jump/releases/download/v0.22.0/jump_0.22.0_amd64.deb && \
|
||||
dpkg -i jump.deb && \
|
||||
rm jump.deb
|
||||
|
||||
# Install kind
|
||||
RUN wget -qnv -O kind https://github.com/kubernetes-sigs/kind/releases/download/v0.3.0/kind-linux-amd64 && \
|
||||
chmod +x kind && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue