add openssh-client to final image
This commit is contained in:
parent
858b451b72
commit
e613abe312
@ -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 /
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user