Skip to content

Commit

Permalink
feat(core): Include openssh in the base docker image (no-changelog) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed May 19, 2023
1 parent 5bef91e commit e88b9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/n8n-base/Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit e88b9d8

Please sign in to comment.