Add cache buster

master
Simon Bruder 2019-11-30 12:28:16 +00:00
parent 1b5db4e009
commit 4b4adbc714
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 2 additions and 0 deletions

View File

@ -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 \