add remove_ninja_uploader.diff to docker image

This commit is contained in:
uazo 2022-01-11 17:04:20 +01:00 committed by GitHub
parent 200ca03d3c
commit 5bb97ed80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ WORKDIR /home/lg/working_dir
COPY prepare-build.sh .
COPY depot_tools.diff .
COPY remove_ninja_uploader.diff .
RUN sudo chmod +x ./prepare-build.sh \
&& \