diff --git a/Dockerfile b/Dockerfile index ff6f233..9d6cb50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,8 @@ FROM base as builder RUN apt-get update \ && apt-get -y install dotnet-sdk-3.0 +ARG CACHEBUST=1 + RUN git clone --depth=1 https://github.com/ppy/osu \ && cd osu \ && dotnet build -c Release osu.Desktop \