We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0078f3 commit 0bef16bCopy full SHA for 0bef16b
docker/Dockerfile.dev
@@ -22,3 +22,5 @@ RUN pip3 install pylint black
22
# Install Node 14
23
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
24
&& apt-get install -y nodejs
25
+
26
+RUN npm install -g npm@latest
0 commit comments