mirror of https://github.com/google/oss-fuzz.git
[aflplusplus] Remove 32 MB from image size by deleting .git (#8869)
This commit is contained in:
parent
16fb6232dc
commit
ce2a5a2903
|
@ -114,6 +114,7 @@ RUN git clone https://github.com/AFLplusplus/AFLplusplus.git aflplusplus && \
|
|||
cd aflplusplus && \
|
||||
git checkout a7877416a87506424053e52e41f7a995c05367a4 && \
|
||||
wget --no-check-certificate -O oss.sh https://raw.githubusercontent.com/vanhauser-thc/binary_blobs/master/oss.sh && \
|
||||
rm -rf .git && \
|
||||
chmod 755 oss.sh
|
||||
|
||||
# Do precompiles before copying other scripts for better cache efficiency.
|
||||
|
|
Loading…
Reference in New Issue