feat(core): Include openssh in the base docker image (no-changelog) (#6275)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2023-05-19 10:16:29 +00:00 committed by GitHub
parent 5bef91e3c8
commit e88b9d880a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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