Add dotnet SDK to build environments

This commit is contained in:
zontreck 2024-12-16 16:14:36 -07:00
parent 0c975e851a
commit 8c7c6b83d4
2 changed files with 4 additions and 1 deletions

View file

@ -36,6 +36,8 @@ RUN apt-get install -y --no-install-recommends\
x11proto-xinerama-dev\
&& apt clean -y
RUN apt-get install -y dotnet-sdk-8.0 && apt clean -y
WORKDIR /root/.ssh