add git to final image
This commit is contained in:
parent
5b1b75d67f
commit
858b451b72
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ COPY --from=builder --chown=wikijs:wikijs /build/config.sample.yml /home/wikijs/
|
|||
COPY --from=builder --chown=wikijs:wikijs /build/package.json /home/wikijs/package.json
|
||||
|
||||
RUN apk add --no-cache \
|
||||
nodejs
|
||||
nodejs \
|
||||
git
|
||||
|
||||
ADD /rootfs /
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue