diff --git a/docker/Dockerfile b/docker/Dockerfile index 3c3839b..f94a31f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 & \