added openssh to arch-builder image
CI / Build arch-builder docker images (push) Successful in 6m35s

This commit is contained in:
2024-06-30 12:47:59 +08:00
parent 366e1518ca
commit f365c7868c
+1
View File
@@ -21,6 +21,7 @@ RUN pacman -S --noconfirm --needed \
imagemagick \ imagemagick \
python-sphinx \ python-sphinx \
python-yaml \ python-yaml \
openssh \
texlive-latexextra texlive-latexextra
RUN mkdir downloads RUN mkdir downloads