fix: the package name is openssh
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-03-08 04:48:49 +01:00
parent 335f6036de
commit f1d076eac1
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -13,7 +13,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
ADD https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz ./hugo.tar.gz
RUN pacman -Syu --noconfirm --needed git ssh rsync \
RUN pacman -Syu --noconfirm --needed git openssh rsync \
&& pacman -Scc \
&& rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/*