Skip to content

Commit

Permalink
Remove .a files
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Aug 12, 2020
1 parent 53e95d9 commit 53a70c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/nginx/rootfs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -594,4 +594,6 @@ done

rm -rf /etc/nginx/owasp-modsecurity-crs/.git
rm -rf /etc/nginx/owasp-modsecurity-crs/util/regression-tests
rm -rf /usr/local/modsecurity/lib/libmodsecurity.a

# remove .a files
find /usr/local -name "*.a" -print | xargs /bin/rm

0 comments on commit 53a70c9

Please sign in to comment.