add openssh-client to final image
This commit is contained in:
parent
858b451b72
commit
e613abe312
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue