mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-27 19:42:43 +10:00
transmission
This commit is contained in:
parent
c6b65f4b18
commit
fb6aea93cb
1 changed files with 9 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ RUN apt-get update -qq && \
|
|||
numlockx \
|
||||
ruby-dev \
|
||||
software-properties-common \
|
||||
transmission-cli \
|
||||
transmission-common \
|
||||
transmission-daemon \
|
||||
vcsh \
|
||||
vlc \
|
||||
x11-xkb-utils \
|
||||
|
|
@ -62,6 +65,12 @@ RUN wget -O alacritty.deb -nv https://github.com/jwilm/alacritty/releases/downlo
|
|||
RUN wget -O /usr/local/bin/traefik -nv https://github.com/containous/traefik/releases/download/v1.7.9/traefik_linux-amd64 && \
|
||||
chmod +x /usr/local/bin/traefik
|
||||
|
||||
# Install tormix
|
||||
RUN git clone https://github.com/ckardaris/tormix.git && \
|
||||
cd tormix && \
|
||||
./install && \
|
||||
rm -rf ../tormix
|
||||
|
||||
# Install vs code, vs live share dependencies, and shfmt extension dependency
|
||||
RUN wget -O code.deb -nv https://go.microsoft.com/fwlink/?LinkID=760868 && \
|
||||
apt-get install -qq ./code.deb && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue