mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-03-09 15:39:58 +00:00
Fix sounds errors and sshd missing on latest build
This commit is contained in:
parent
8d6d0359b1
commit
2a949dfb02
2 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue