diff --git a/all.sh b/all.sh index d10a68111..3081f7262 100755 --- a/all.sh +++ b/all.sh @@ -20,6 +20,6 @@ ./infra/base-images/all.sh -for project in boringssl expat freetype2 libchewing libpng libxml2 re2 sqlite3 tpm2 zlib; do +for project in boringssl expat freetype2 libchewing libpng libxml2 re2 sqlite3 zlib; do docker build -t ossfuzz/$project $project/ done \ No newline at end of file