File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11FROM microsoft/dotnet:1.0.0-preview2-onbuild
22
33RUN apt-get update
4- RUN apt-get install -y build-essential nodejs nodejs-legacy
4+ RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash -
5+ RUN apt-get install -y build-essential nodejs
56
67WORKDIR /app
78
Original file line number Diff line number Diff line change 11FROM microsoft/dotnet:latest
22
33RUN apt-get update
4- RUN apt-get install -y build-essential nodejs nodejs-legacy
4+ RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash -
5+ RUN apt-get install -y build-essential nodejs
56
67WORKDIR /app
78
Original file line number Diff line number Diff line change 11FROM microsoft/dotnet:latest
22
33RUN apt-get update
4- RUN apt-get install -y build-essential nodejs nodejs-legacy
4+ RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash -
5+ RUN apt-get install -y build-essential nodejs
56
67WORKDIR /app
78
Original file line number Diff line number Diff line change 11FROM microsoft/dotnet:latest
22
33RUN apt-get update
4- RUN apt-get install -y build-essential nodejs nodejs-legacy
4+ RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash -
5+ RUN apt-get install -y build-essential nodejs
56
67WORKDIR /app
78
You can’t perform that action at this time.
0 commit comments