Fix linux-arm build (hopefully)

This commit is contained in:
JustArchi
2018-09-14 05:31:22 +02:00
parent 21b3a25a94
commit 913d3f0e0d
2 changed files with 12 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
FROM microsoft/dotnet:2.1-sdk AS build
ENV NET_CORE_VERSION netcoreapp2.1
ENV NET_CORE_VERSION netcoreapp2.0
WORKDIR /app
COPY ArchiSteamFarm ArchiSteamFarm
RUN dotnet --info && \