update install witn nvm

This commit is contained in:
2021-10-07 11:30:58 +03:00
parent 4c797f915e
commit 8dc145875d
9 changed files with 672 additions and 356 deletions

View File

@ -6,6 +6,7 @@ RUN apt-get install -y build-essential
RUN apt-get install -y curl
RUN apt-get install -y python-minimal
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash
RUN apt-get install -y nodejs
WORKDIR /simulator