This repository was archived by the owner on Apr 8, 2020. It is now read-only.
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
FROM microsoft/dotnet:1.1.0-sdk-projectjson
2
2
3
3
RUN apt-get update
4
- RUN wget -qO- https://deb.nodesource.com/setup_4 .x | bash -
4
+ RUN wget -qO- https://deb.nodesource.com/setup_6 .x | bash -
5
5
RUN apt-get install -y build-essential nodejs
6
6
7
7
COPY . /app
Original file line number Diff line number Diff line change 1
1
FROM microsoft/dotnet:1.1.0-sdk-projectjson
2
2
3
3
RUN apt-get update
4
- RUN wget -qO- https://deb.nodesource.com/setup_4 .x | bash -
4
+ RUN wget -qO- https://deb.nodesource.com/setup_6 .x | bash -
5
5
RUN apt-get install -y build-essential nodejs
6
6
7
7
COPY . /app
Original file line number Diff line number Diff line change 1
1
FROM microsoft/dotnet:1.1.0-sdk-projectjson
2
2
3
3
RUN apt-get update
4
- RUN wget -qO- https://deb.nodesource.com/setup_4 .x | bash -
4
+ RUN wget -qO- https://deb.nodesource.com/setup_6 .x | bash -
5
5
RUN apt-get install -y build-essential nodejs
6
6
7
7
COPY . /app
Original file line number Diff line number Diff line change 1
1
FROM microsoft/dotnet:1.1.0-sdk-projectjson
2
2
3
3
RUN apt-get update
4
- RUN wget -qO- https://deb.nodesource.com/setup_4 .x | bash -
4
+ RUN wget -qO- https://deb.nodesource.com/setup_6 .x | bash -
5
5
RUN apt-get install -y build-essential nodejs
6
6
7
7
COPY . /app
Original file line number Diff line number Diff line change 1
1
FROM microsoft/dotnet:1.1.0-sdk-projectjson
2
2
3
3
RUN apt-get update
4
- RUN wget -qO- https://deb.nodesource.com/setup_4 .x | bash -
4
+ RUN wget -qO- https://deb.nodesource.com/setup_6 .x | bash -
5
5
RUN apt-get install -y build-essential nodejs
6
6
7
7
COPY . /app
You can’t perform that action at this time.
0 commit comments