diff --git a/Dockerfile b/Dockerfile index d660ecede..0ae216b97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,10 +3,6 @@ WORKDIR /app FROM mcr.microsoft.com/dotnet/sdk:8.0 AS dotnet-build-base WORKDIR /src -RUN printf 'Package: nodejs\nPin: origin deb.nodesource.com\nPin-Priority: 600\n' > /etc/apt/preferences.d/nodesource -RUN apt-get update && apt-get install curl -y \ - && curl -sL https://deb.nodesource.com/setup_14.x | bash -\ - && apt-get install nodejs -y COPY Modix.sln . COPY Directory.* . COPY **/*.csproj ./