mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
feat(core): Include openssh in the base docker image (no-changelog) (#6275)
This commit is contained in:
committed by
GitHub
parent
5bef91e3c8
commit
e88b9d880a
@@ -5,7 +5,7 @@ WORKDIR /home/node
|
||||
COPY .npmrc /usr/local/etc/npmrc
|
||||
|
||||
RUN \
|
||||
apk add --update git graphicsmagick tini tzdata ca-certificates && \
|
||||
apk add --update git openssh graphicsmagick tini tzdata ca-certificates && \
|
||||
npm install -g npm@8.19.2 full-icu && \
|
||||
rm -rf /var/cache/apk/* /root/.npm /tmp/* && \
|
||||
# Install fonts
|
||||
|
||||
Reference in New Issue
Block a user