Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit c75fd17

Browse files
adding node to the Dockerfile
1 parent bd9dc3b commit c75fd17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
FROM microsoft/dotnet:2.1.403-sdk-alpine3.7 AS build
22
ARG TRAVIS_BUILD_NUMBER
33
ARG MYGET_API_KEY
4+
5+
RUN apk add nodejs --no-cache git
6+
47
WORKDIR /src
58

69
COPY ./src/*.sln ./

0 commit comments

Comments
 (0)