Fix package name

This commit is contained in:
zontreck 2024-12-16 16:25:05 -07:00
parent 86a2f973d1
commit 87eaafbcf2

View file

@ -36,7 +36,7 @@ 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
RUN apt-get install -y dotnet-sdk-8 && apt clean -y
WORKDIR /root/.ssh