diff --git a/Dockerfile b/Dockerfile index d743b91..643eca9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,13 +18,12 @@ RUN OSU_VERSION=$(curl -s https://api.github.com/repos/ppy/osu/releases/latest | && dotnet publish \ -c Release \ -r linux-x64 \ - --self-contained true \ + --no-self-contained \ -o /opt/osu/ \ - -p:PublishTrimmed=true \ -p:Version=${OSU_VERSION} \ osu.Desktop -FROM mcr.microsoft.com/dotnet/core/runtime-deps +FROM mcr.microsoft.com/dotnet/core/runtime RUN apt-get update \ && apt-get -y install --no-install-recommends \