Tweaks
This commit is contained in:
9
containers/dotnet/Containerfile
Normal file
9
containers/dotnet/Containerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM git.plabble.org/maurice/devc-base:main
|
||||
|
||||
USER root
|
||||
RUN dnf -y install dotnet-sdk-9.0
|
||||
|
||||
COPY scripts/install-roslyn.sh /tmp/install-roslyn.sh
|
||||
RUN chmod +x /tmp/install-roslyn.sh && /tmp/install-roslyn.sh
|
||||
|
||||
USER user
|
||||
Reference in New Issue
Block a user