diff --git a/ArchBuilder/Dockerfile b/ArchBuilder/Dockerfile index cd3f8b3..4c724e5 100644 --- a/ArchBuilder/Dockerfile +++ b/ArchBuilder/Dockerfile @@ -22,4 +22,5 @@ RUN pacman --noconfirm -S python3 python-pip RUN python3 -m pip config set global.break-system-packages true RUN python3 -m pip install --upgrade pip -RUN yay --noconfirm -S pkg-config lldb cargo gradle mercurial \ No newline at end of file +RUN yay --noconfirm -S pkg-config lldb cargo gradle mercurial +RUN yay --noconfirm -S dotnet-sdk-8.0 \ No newline at end of file diff --git a/DebianBuilder/Dockerfile b/DebianBuilder/Dockerfile index 10b1958..cc52474 100644 --- a/DebianBuilder/Dockerfile +++ b/DebianBuilder/Dockerfile @@ -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