After I start the application in the container in the Sandbox, I need to install a few other packages. In order to install the
packages, I need to have access to the internet. But I couldn't get it to work to access to these packages in the internet
Specifically, I need to install these packages in Centos environment.
sudo yum install -y gcc flex bison zlib libpcap pcre libdnet tcpdump
sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
sudo yum install -y libnghttp2
sudo yum install https://www.snort.org/downloads/snort/daq-2.0.6-1.centos7.x86_64.rpm
sudo yum install https://www.snort.org/downloads/snort/snort-2.9.12-1.centos7.x86_64.rpm
Thanks
Steve