upgrade npm in dev container

This commit is contained in:
Blake Blackshear 2022-02-06 07:57:17 -06:00
parent 7b4cb95825
commit 794a9ff162

View File

@ -22,3 +22,5 @@ RUN pip3 install pylint black
# Install Node 14
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
&& apt-get install -y nodejs
RUN npm install -g npm@latest