diff --git a/Dockerfile b/Dockerfile index 2cfdc77..ed45077 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ ARG CACHEBUST=1 RUN OSU_VERSION=$(curl -s https://api.github.com/repos/ppy/osu/releases/latest | jq -r .tag_name) \ && git clone --depth=1 --single-branch -b ${OSU_VERSION} https://github.com/ppy/osu \ && cd osu \ + && curl https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/games/osu-lazer/bypass-tamper-detection.patch | git apply \ && dotnet publish \ -c Release \ -r linux-x64 \