Browse Source

force amd64 for arm32v7 sdk build layer (#843)

pull/844/head
Jason Dove 3 years ago committed by GitHub
parent
commit
0c13b8ef1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker/arm32v7/Dockerfile

2
docker/arm32v7/Dockerfile

@ -9,7 +9,7 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y libicu
libgdiplus libgdiplus
# https://hub.docker.com/_/microsoft-dotnet # https://hub.docker.com/_/microsoft-dotnet
FROM mcr.microsoft.com/dotnet/sdk:6.0-focal-arm32v7 AS build FROM mcr.microsoft.com/dotnet/sdk:6.0-focal-amd64 AS build
RUN apt-get update && apt-get install -y ca-certificates RUN apt-get update && apt-get install -y ca-certificates
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get install -y nodejs RUN apt-get install -y nodejs

Loading…
Cancel
Save