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

Commit 4d5fa09

Browse files
adding node to the Dockerfile
1 parent b32fd3f commit 4d5fa09

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
@@ -5,6 +5,9 @@ ARG TRAVIS_COMMIT
55
ARG TRAVIS_PULL_REQUEST
66
ARG TRAVIS_BRANCH
77
ARG MYGET_API_KEY
8+
9+
RUN apk add nodejs --no-cache git
10+
811
WORKDIR /src
912

1013
COPY ./src/*.sln ./

0 commit comments

Comments
 (0)