This commit is contained in:
parent
13dc50979b
commit
1ec5b007be
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue