[aflplusplus] Remove 32 MB from image size by deleting .git (#8869)

This commit is contained in:
jonathanmetzman 2022-10-26 21:48:12 -04:00 committed by GitHub
parent 16fb6232dc
commit ce2a5a2903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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