mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
helm
This commit is contained in:
parent
99fc45b569
commit
aba5c15135
1 changed files with 7 additions and 0 deletions
|
|
@ -307,6 +307,9 @@ RUN wget -q -O gotop-deb https://github.com/cjbassi/gotop/releases/download/3.0.
|
|||
RUN curl -fsSL https://github.com/yudai/gotty/releases/download/v2.0.0-alpha.3/gotty_2.0.0-alpha.3_linux_amd64.tar.gz | \
|
||||
tar -C /usr/local/bin -xzf -
|
||||
|
||||
# Install helm
|
||||
RUN curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
|
||||
|
||||
# Install i3
|
||||
RUN add-apt-repository ppa:kgilmer/speed-ricer && \
|
||||
apt-get update -qq && \
|
||||
|
|
@ -473,6 +476,10 @@ RUN apt-get update -qq && \
|
|||
git clone --depth 1 https://github.com/reorr/warnai /opt/warnai && \
|
||||
sed -i '/notify-send/d' /opt/warnai/warnai
|
||||
|
||||
# Install werf
|
||||
RUN curl -L https://raw.githubusercontent.com/werf/multiwerf/master/get.sh | bash && \
|
||||
mv multiwerf /usr/local/bin
|
||||
|
||||
# Install xava
|
||||
RUN apt-get update -qq && \
|
||||
apt-get install -qq \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue