We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03176f commit 9e047f2Copy full SHA for 9e047f2
Dockerfile
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/dotnet/core/sdk:2.1
3
# Install NodeJs
4
RUN apt-get update \
5
&& apt-get install curl \
6
- && curl -sL https://deb.nodesource.com/setup_12.x | bash - \
+ && curl -sL https://deb.nodesource.com/setup_10.x | bash - \
7
&& apt-get install -y nodejs \
8
&& echo 'node verions:' $(node -v) \
9
&& echo 'npm version:' $(npm -v) \
0 commit comments