mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(cli): add git to all docker images (#4189)
This commit is contained in:
committed by
GitHub
parent
20b0e14f72
commit
0b6a9585d4
@@ -5,7 +5,7 @@ WORKDIR /home/node
|
||||
COPY .npmrc /usr/local/etc/npmrc
|
||||
|
||||
RUN \
|
||||
apk add --update graphicsmagick tini tzdata ca-certificates && \
|
||||
apk add --update git graphicsmagick tini tzdata ca-certificates && \
|
||||
npm install -g npm@latest full-icu && \
|
||||
rm -rf /var/cache/apk/* /root/.npm /tmp/* && \
|
||||
# Install fonts
|
||||
|
||||
Reference in New Issue
Block a user