add git to final image
This commit is contained in:
parent
5b1b75d67f
commit
858b451b72
@ -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…
Reference in New Issue
Block a user