[skcms] Speed up image build slightly. (#8200)

Since I use this for testing ARM and other changes remove some
unnecessary things to speedup builds.
This commit is contained in:
jonathanmetzman 2022-08-09 23:27:56 -04:00 committed by GitHub
parent 572a95538a
commit 9b85a04a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -16,10 +16,8 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y wget
# checkout all sources needed to build your project
RUN git clone https://skia.googlesource.com/skcms.git
RUN git clone --depth 1 https://skia.googlesource.com/skcms.git
RUN wget -O $SRC/skcms/iccprofile_seed_corpus.zip https://storage.googleapis.com/skia-fuzzer/oss-fuzz/iccprofile_seed_corpus.zip