Do not use self contained deployment
This commit is contained in:
parent
9b29cff93e
commit
550340b24e
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue