add openssh-client to final image

This commit is contained in:
Sebastian Hugentobler 2020-04-08 10:48:40 +00:00
parent 858b451b72
commit e613abe312

View File

@ -41,7 +41,8 @@ COPY --from=builder --chown=wikijs:wikijs /build/package.json /home/wikijs/packa
RUN apk add --no-cache \
nodejs \
git
git \
openssh-client
ADD /rootfs /