Skip to content

Commit

Permalink
Update Dockerfile to remove Node
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickklaeren committed Mar 26, 2024
1 parent 11ffd0e commit 453a53c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./
Expand Down

0 comments on commit 453a53c

Please sign in to comment.