mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-11-29 22:15:49 +08:00
Remove not used packages in Dockerfile
This commit is contained in:
parent
c3360712c9
commit
e01ada40cd
@ -68,7 +68,7 @@ RUN tee -a /etc/pacman.conf <<< '[community-testing]' \
|
|||||||
&& tee -a /etc/pacman.conf <<< 'Include = /etc/pacman.d/mirrorlist'
|
&& tee -a /etc/pacman.conf <<< 'Include = /etc/pacman.d/mirrorlist'
|
||||||
|
|
||||||
RUN pacman -Syu --noconfirm \
|
RUN pacman -Syu --noconfirm \
|
||||||
&& pacman -S sudo git make automake gcc python go autoconf cmake pkgconf alsa-utils fakeroot vim nano --noconfirm \
|
&& pacman -S sudo git vim nano --noconfirm \
|
||||||
&& yes | pacman -Scc \
|
&& yes | pacman -Scc \
|
||||||
&& ln -s /bin/vim /bin/vi \
|
&& ln -s /bin/vim /bin/vi \
|
||||||
&& useradd arch -p arch \
|
&& useradd arch -p arch \
|
||||||
|
Loading…
Reference in New Issue
Block a user