mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-22 03:49:36 +00:00
gcc 5 is no longer included in debian unstable, but we need it to build centos kernels, which are 3.x based and explicitly want a gcc version 3, 4, or 5 compiler. So grab copies we've saved from debian snapshots with the prefix https://snapshot.debian.org/archive/debian/20190122T000000Z. They're stored at downloads.draios.com and installed in a dpkg -i step after the main packages are installed, but before any other by-hand packages are installed.