Alpine Linux-based Snort++ development image
122
Snort++ build quick start (inside the container) with unit test support:
cd $HOME
git clone https://github.com/snort3/libdaq.git
cd libdaq
./bootstrap
./configure
make install
ldconfig
cd $HOME
git clone https://github.com/snort3/snort3.git
cd snort3
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
./configure\_cmake.sh --prefix=$HOME/install/snort3 --enable-unit-tests
cd build
make -j$(nproc) install
make -j$(nproc) check
$HOME/install/snort3/bin/snort -V
$HOME/install/snort3/bin/snort --catch-test all
Content type
Image
Digest
Size
146.1 MB
Last updated
about 6 years ago
docker pull xiche/alpine-snort3-dev:3.12