Add node install to images

This commit is contained in:
Sergey Kirichenko 2022-02-08 10:04:53 +03:00
parent 731cbc649b
commit 6307f558ad

View File

@ -87,7 +87,8 @@ RUN echo "nameserver 8.8.8.8" | tee /etc/resolv.conf > /dev/null && \
apt-get -y upgrade && \
apt-get install -yq nano && \
apt-get install -yq jq && \
apt-get install -yq nodejs && \
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash - && \
apt-get install -y nodejs && \
apt-get install -yq libgdiplus
#USER onlyoffice