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

Commit 6a9bc33

Browse files
added missing dependency for linux
1 parent dece5be commit 6a9bc33

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ FROM microsoft/dotnet:2.1.403-sdk-alpine3.7 AS build
22
ARG TRAVIS_OS_NAME
33
ARG MYGET_API_KEY
44

5-
RUN apk add nodejs yarn --no-cache
5+
RUN apk add --no-cache \
6+
nodejs \
7+
yarn \
8+
libcurl
69

710
WORKDIR /src
811

0 commit comments

Comments
 (0)