strip -g /usr/lib/*/icinga2/sbin/icinga2

to reduce image size 937MB -> 709MB.
This commit is contained in:
Alexander A. Klimov 2022-12-22 15:27:00 +01:00
parent 7422a5fe62
commit d325355f9e

View File

@ -17,6 +17,7 @@ make
make test
make install "DESTDIR=$(pwd)/../icinga2-bin"
strip -g ../icinga2-bin/usr/lib/*/icinga2/sbin/icinga2
cd ..