diff --git a/Dockerfile b/Dockerfile index 9e554d3..f193618 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ARG CONFIGURATION=Release RUN git clone --depth=50 https://github.com/ppy/osu \ && cd osu \ && git checkout ${GIT_COMMIT} \ - && dotnet publish -c ${CONFIGURATION} -r linux-x64 --self-contained true -o /opt/osu/ osu.Desktop + && dotnet publish -c ${CONFIGURATION} -r linux-x64 --self-contained true -o /opt/osu/ osu.Desktop /p:PublishTrimmed=true FROM mcr.microsoft.com/dotnet/core/runtime-deps