Add install to image curl, vim

This commit is contained in:
Sergey Kirichenko 2022-02-08 11:23:50 +03:00
parent 6307f558ad
commit 493a189bf3

View File

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