mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
feat(core): Include openssh in the base docker image (no-changelog) (#6275)
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in a new issue