Skip to content

Commit

Permalink
Corrects issue with cross-platform Docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mscottford committed Sep 25, 2023
1 parent 1b72831 commit 465ffe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN ./gradlew installDist

### Runtime container
# Use .NET SDK as the base image, because it is required by the dotnet agent
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:7.0.401-bullseye-slim AS final
FROM dotnet_build_platform_specific AS final

# Install Java JDK
RUN apt update -y && apt install -y wget apt-transport-https
Expand Down

0 comments on commit 465ffe0

Please sign in to comment.