upgrade npm in dev container

This commit is contained in:
Blake Blackshear 2022-02-06 07:57:17 -06:00
parent e0078f388e
commit 0bef16bb17

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