chore: Update Dockerfile to include additional dependencies and insta… #21
Annotations
1 error and 2 warnings
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd /work && wget https://github.com/snort3/snort3/archive/refs/tags/${SNORT_VER}.tar.gz && tar -xvf ${SNORT_VER}.tar.gz && cd snort3-${SNORT_VER} && export my_path=/usr/local && ./configure_cmake.sh --prefix=$my_path && cd build && make -j$(nproc) install && cd /work && rm -rf snort3-${SNORT_VER} ${SNORT_VER}.tar.gz" did not complete successfully: exit code: 2
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|