FROM mcr.microsoft.com/dotnet/sdk:8.0 RUN apt-get update && apt-get install -y openjdk-17-jre-headless ENV PATH="${PATH}:/root/.dotnet/tools"