Add cache buster
This commit is contained in:
parent
1b5db4e009
commit
4b4adbc714
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue