added node aswell
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m0s
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m0s
This commit is contained in:
parent
338f87f12a
commit
200c905b16
@ -20,7 +20,10 @@ RUN wget https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.305/dotnet-sdk-9.0.3
|
||||
&& mkdir -p /usr/share/dotnet \
|
||||
&& tar -zxf dotnet-sdk.tar.gz -C /usr/share/dotnet \
|
||||
&& rm dotnet-sdk.tar.gz
|
||||
# Install Node.js (LTS version) using apk
|
||||
|
||||
# Lets install node
|
||||
RUN apk add --no-cache nodejs npm
|
||||
|
||||
# Set environment variables for .NET before verifying installation
|
||||
ENV DOTNET_ROOT=/usr/share/dotnet
|
||||
|
||||
Loading…
Reference in New Issue
Block a user