Обновление node.js с 11 на 12

This commit is contained in:
Dmitry Dyomin 2020-02-21 15:40:25 +03:00
parent f477f3c051
commit 1823cd07bf

View File

@ -1,4 +1,4 @@
FROM jetbrains/teamcity-agent
RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - \
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \
&& apt-get install -y nodejs build-essential nano