diff --git a/DebianBuilder/Dockerfile b/DebianBuilder/Dockerfile index cc52474..4092670 100644 --- a/DebianBuilder/Dockerfile +++ b/DebianBuilder/Dockerfile @@ -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