This commit is contained in:
Jackson Delahunt 2019-05-06 12:36:21 +10:00
commit 33f765b2f1

View file

@ -32,11 +32,9 @@ RUN apt-get update -qq && \
apt-get install -qq --fix-broken --fix-missing \
alpine \
alsa-utils \
ruby-dev \
transmission-cli \
transmission-common \
transmission-daemon \
vlc \
youtube-dl
# Install alacritty
@ -68,10 +66,6 @@ RUN apt-get update -qq && \
groupadd --system chrome && \
usermod --append --groups audio,chrome,video $USER
# Install gem utilities
RUN gem install \
travis
# Install musikcube
RUN wget -O musikcube.deb -nv https://github.com/clangen/musikcube/releases/download/0.62.0/musikcube_0.62.0_ubuntu_cosmic_amd64.deb && \
dpkg -i musikcube.deb || apt-get install -qq --fix-broken && \
@ -134,7 +128,6 @@ RUN gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-alac
gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-sxhkd.git & \
gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-tmux.git & \
gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-tmuxinator.git & \
gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-vlc.git & \
gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-weechat.git & \
gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-x11.git & \
gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-xdg.git & \