浏览代码

Fix arm32 Docker

Andrew Rabert 6 年之前
父节点
当前提交
ede0439b12
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Dockerfile.arm

+ 1 - 0
Dockerfile.arm

@@ -6,6 +6,7 @@ WORKDIR /repo
 COPY . .
 #TODO Remove or update the sed line when we update dotnet version.
 RUN export DOTNET_CLI_TELEMETRY_OPTOUT=1 \
+ && find . -type f -exec sed -i 's/netcoreapp2.1/netcoreapp3.0/g' {} \; \
  && dotnet clean -maxcpucount:1 \
  && dotnet publish \
     -maxcpucount:1 \