From 2a949dfb02b89eb420311a0f756042d3c9af74f8 Mon Sep 17 00:00:00 2001 From: sickcodes Date: Thu, 7 Jan 2021 11:22:07 +0000 Subject: Fix sounds errors and sshd missing on latest build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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 \ -- cgit v1.2.3