Ver código fonte

upgrade npm in dev container

Blake Blackshear 3 anos atrás
pai
commit
0bef16bb17
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      docker/Dockerfile.dev

+ 2 - 0
docker/Dockerfile.dev

@@ -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