tiny cleanup

This commit is contained in:
Vivian Lim 2019-12-30 18:32:49 -08:00
parent e7706383e1
commit d3f83b2b0f
1 changed files with 2 additions and 5 deletions

View File

@ -34,9 +34,9 @@ RUN pacman -Syu --noconfirm \
# clean cache
&& pacman -Scc --noconfirm
# some more advanced tools
# some more packages
RUN pacman -Sy --noconfirm \
&& pacman -S ffmpeg imagemagick sshfs inotify inotify-tools wget dnsutils youtube-dl --noconfirm \
&& pacman -S base iputils ffmpeg imagemagick sshfs inotify inotify-tools wget dnsutils youtube-dl --noconfirm \
# clean cache
&& pacman -Scc --noconfirm
@ -54,9 +54,6 @@ RUN rm /home/vivlim/.zshrc
RUN pacman --noconfirm -Sy npm python-pipenv elixir \
&& pacman -Scc --noconfirm
# patch on some more packages I forgot to add before (if rebuilding, merge up!)
RUN pacman --noconfirm -Sy base iputils inotify-tools \
&& pacman -Scc --noconfirm
COPY launch.sh /launch.sh
COPY user_launch.sh /user_launch.sh