Skip to content

Commit

Permalink
Revert "Temporarily install Suricata from Ubuntu PPA instead of OISF …
Browse files Browse the repository at this point in the history
…PPA (antrea-io#4933)" (antrea-io#4968)

This reverts commit 75f09bc.
  • Loading branch information
xliuxu authored and ceclinux committed May 30, 2023
1 parent d9ec8a7 commit a4e5876
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ USER root
# chmod in the RUN command below instead.
ADD https://raw.githubusercontent.com/kubernetes-sigs/iptables-wrappers/9e6ce59c864623ea71a6f7d59c35fcb13a919b87/iptables-wrapper-installer.sh /iptables-wrapper-installer.sh

RUN apt-get update && apt-get install -y --no-install-recommends ipset jq inotify-tools suricata && \
rm -rf /var/cache/apt/* /var/lib/apt/lists/* && \
RUN apt-get update && apt-get install -y --no-install-recommends ipset jq inotify-tools gpg-agent software-properties-common && \
add-apt-repository ppa:oisf/suricata-${SURICATA_VERSION} && apt-get update && apt-get install -y suricata && \
apt-get remove -y gpg-agent software-properties-common && apt-get autoremove -y && rm -rf /var/cache/apt/* /var/lib/apt/lists/* && \
chmod +x /iptables-wrapper-installer.sh && \
/iptables-wrapper-installer.sh

Expand Down

0 comments on commit a4e5876

Please sign in to comment.