mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
deps
This commit is contained in:
parent
ddcd6a5308
commit
010f767e3e
1 changed files with 5 additions and 3 deletions
|
|
@ -51,6 +51,7 @@ RUN apt-get update -qq && \
|
|||
iftop \
|
||||
iputils-ping \
|
||||
jq \
|
||||
keychain \
|
||||
libnss3-tools \
|
||||
lsb-core \
|
||||
make \
|
||||
|
|
@ -61,7 +62,6 @@ RUN apt-get update -qq && \
|
|||
netcat-openbsd \
|
||||
nnn \
|
||||
numlockx \
|
||||
openbox \
|
||||
openssl \
|
||||
perl \
|
||||
python \
|
||||
|
|
@ -78,12 +78,10 @@ RUN apt-get update -qq && \
|
|||
vim \
|
||||
weechat \
|
||||
wmctrl \
|
||||
x11vnc \
|
||||
xauth \
|
||||
xdotool \
|
||||
xinput \
|
||||
xsel \
|
||||
xvfb \
|
||||
zsh
|
||||
|
||||
# Install antigen
|
||||
|
|
@ -133,6 +131,10 @@ RUN wget -O compose-on-kubernetes -qnv https://github.com/docker/compose-on-kube
|
|||
chmod +x compose-on-kubernetes && \
|
||||
mv compose-on-kubernetes /usr/local/bin
|
||||
|
||||
# Install fzf
|
||||
RUN git clone --depth 1 https://github.com/junegunn/fzf.git /opt/fzf && \
|
||||
/opt/fzf/install --bin
|
||||
|
||||
# Install helm
|
||||
RUN curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue