You've already forked Docker-OSX
mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-07-01 10:22:35 -05:00
Fix sounds errors and sshd missing on latest build
This commit is contained in:
@ -81,7 +81,7 @@ RUN tee -a /etc/pacman.conf <<< '[community-testing]' \
|
||||
&& tee -a /etc/pacman.conf <<< 'Include = /etc/pacman.d/mirrorlist'
|
||||
|
||||
RUN pacman -Syu --noconfirm \
|
||||
&& pacman -S sudo git vim nano --noconfirm \
|
||||
&& pacman -S sudo git vim nano alsa-utils openssh --noconfirm \
|
||||
&& yes | pacman -Scc \
|
||||
&& ln -s /bin/vim /bin/vi \
|
||||
&& useradd arch -p arch \
|
||||
|
Reference in New Issue
Block a user