This commit is contained in:
Jackson Delahunt 2020-10-29 15:19:13 +11:00
parent 7fba7a54d5
commit 29dde4bbaf

View file

@ -59,7 +59,6 @@ RUN apt-get update -qq && \
g++ \
gcc \
git \
gosu \
gtk-theme-switch \
gtk+3.0 \
htop \
@ -268,14 +267,6 @@ RUN wget -q -O jump.deb https://github.com/gsamokovarov/jump/releases/download/v
dpkg -i jump.deb && \
rm jump.deb
# Install lazydocker
RUN curl -fsSL https://github.com/jesseduffield/lazydocker/releases/download/v0.2.4/lazydocker_0.2.4_Linux_x86_64.tar.gz | \
tar -C /usr/local/bin -xzf -
# Install lazygit
RUN curl -fsSL https://github.com/jesseduffield/lazygit/releases/download/v0.8.1/lazygit_0.8.1_Linux_x86_64.tar.gz | \
tar -C /usr/local/bin -xzf -
# Install musikcube
RUN wget -O musikcube.deb -nv https://github.com/clangen/musikcube/releases/download/0.90.0/musikcube_0.90.0_ubuntu_disco_amd64.deb && \
dpkg -i musikcube.deb || apt-get install -qq --fix-broken && \
@ -288,10 +279,6 @@ RUN curl -fsSL https://deb.nodesource.com/setup_12.x | bash -
RUN git clone --depth 1 https://github.com/cloud-computer/noVNC.git /opt/noVNC && \
git clone https://github.com/novnc/websockify /opt/noVNC/utils/websockify
# Install onedrive client
RUN wget -O /usr/local/bin/onedrive -nv https://github.com/sabrehagen/onedrive/raw/master/onedrive && \
chmod +x /usr/local/bin/onedrive
# Install pulseaudio mixer
RUN wget -O /usr/local/bin/pulsemixer -nv https://raw.githubusercontent.com/GeorgeFilipkin/pulsemixer/master/pulsemixer && \
chmod +x /usr/local/bin/pulsemixer
@ -377,16 +364,11 @@ RUN yarn global add \
http-server \
imgur-uploader-cli \
localtunnel \
ngrok \
nodemon \
rebase-editor \
tldr && \
tldr --update
# Install zoom conferencing
RUN wget -O zoom.deb -nv https://zoom.us/client/latest/zoom_amd64.deb && \
dpkg -i zoom.deb || apt-get install -qq --fix-broken && \
rm zoom.deb
# Configure openvpn
RUN mkdir -p $HOME/.config/openvpn && \
mknod $HOME/.config/openvpn/tun c 10 200 && \