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 \
|
RUN apk add --no-cache \
|
||||||
nodejs \
|
nodejs \
|
||||||
git
|
git \
|
||||||
|
openssh-client
|
||||||
|
|
||||||
ADD /rootfs /
|
ADD /rootfs /
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user