From f365c7868c64cc422cb910129dbcbf99fb2e8333 Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Sun, 30 Jun 2024 12:47:59 +0800 Subject: [PATCH] added openssh to arch-builder image --- arch-builder/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/arch-builder/Dockerfile b/arch-builder/Dockerfile index e9b5284..a57b7fc 100644 --- a/arch-builder/Dockerfile +++ b/arch-builder/Dockerfile @@ -21,6 +21,7 @@ RUN pacman -S --noconfirm --needed \ imagemagick \ python-sphinx \ python-yaml \ + openssh \ texlive-latexextra RUN mkdir downloads