transmission

This commit is contained in:
Jackson Delahunt 2019-03-01 16:35:35 +11:00
parent c6b65f4b18
commit fb6aea93cb

View file

@ -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 && \