mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Update Node version to 6.x (current LTS) in Dockerfiles. Fixes #591.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM microsoft/dotnet:1.1.0-sdk-projectjson
|
FROM microsoft/dotnet:1.1.0-sdk-projectjson
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash -
|
RUN wget -qO- https://deb.nodesource.com/setup_6.x | bash -
|
||||||
RUN apt-get install -y build-essential nodejs
|
RUN apt-get install -y build-essential nodejs
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
FROM microsoft/dotnet:1.1.0-sdk-projectjson
|
FROM microsoft/dotnet:1.1.0-sdk-projectjson
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash -
|
RUN wget -qO- https://deb.nodesource.com/setup_6.x | bash -
|
||||||
RUN apt-get install -y build-essential nodejs
|
RUN apt-get install -y build-essential nodejs
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
FROM microsoft/dotnet:1.1.0-sdk-projectjson
|
FROM microsoft/dotnet:1.1.0-sdk-projectjson
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash -
|
RUN wget -qO- https://deb.nodesource.com/setup_6.x | bash -
|
||||||
RUN apt-get install -y build-essential nodejs
|
RUN apt-get install -y build-essential nodejs
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
FROM microsoft/dotnet:1.1.0-sdk-projectjson
|
FROM microsoft/dotnet:1.1.0-sdk-projectjson
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash -
|
RUN wget -qO- https://deb.nodesource.com/setup_6.x | bash -
|
||||||
RUN apt-get install -y build-essential nodejs
|
RUN apt-get install -y build-essential nodejs
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
FROM microsoft/dotnet:1.1.0-sdk-projectjson
|
FROM microsoft/dotnet:1.1.0-sdk-projectjson
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash -
|
RUN wget -qO- https://deb.nodesource.com/setup_6.x | bash -
|
||||||
RUN apt-get install -y build-essential nodejs
|
RUN apt-get install -y build-essential nodejs
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|||||||
Reference in New Issue
Block a user