aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-01-07 11:22:07 +0000
committersickcodes <[email protected]>2021-01-07 11:22:07 +0000
commit2a949dfb02b89eb420311a0f756042d3c9af74f8 (patch)
treef7bfb75ccf7dfd52a22e1a501fb74e24bcd9c85c /Dockerfile
parentv2.7 Replace gibMacOS with fetch-macOS.py. Replace iptables with iptables-nft... (diff)
downloaddocker-osx-2a949dfb02b89eb420311a0f756042d3c9af74f8.tar.xz
docker-osx-2a949dfb02b89eb420311a0f756042d3c9af74f8.zip
Fix sounds errors and sshd missing on latest build
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 82650ad..bd3c7fe 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \