Skip to content

Commit 0b36d01

Browse files
committed
feat: updated most images
1 parent 2b33780 commit 0b36d01

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

chromium_bookworm/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ run apt-get install -y supervisor git sudo ssh \
1515
build-essential python3-dev libffi-dev libldap2-dev libsasl2-dev libssl-dev virtualenv python3-virtualenv \
1616
python3-dev chromium chromium-driver zlib1g-dev xdotool
1717
run apt-get install -y -t bookworm-backports suricata
18+
RUN apt-get install -y easy-rsa
1819

1920
run mkdir /data /var/run/sshd
2021
run useradd -m -d /home/admin -p sa1aY64JOY94w admin
-4.17 KB
Binary file not shown.

suricata-bullseye/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ env METRICBEAT_DEB_URL https://artifacts.elastic.co/downloads/beats/metricbeat/m
66

77
run apt-get update
88
run apt-get install -y psmisc sudo openssh-server supervisor rsync monit \
9-
libcap-ng0 libgeoip1 libjansson4 libluajit-5.1-2 \
10-
libnet1 libnspr4 libnss3 libpcap0.8 libyaml-0-2 python3 \
11-
pciutils iproute2 suricata wget redis
9+
libcap-ng0 libgeoip1 libjansson4 libluajit-5.1-2 \
10+
libnet1 libnspr4 libnss3 libpcap0.8 libyaml-0-2 python3 \
11+
pciutils iproute2 suricata wget redis easy-rsa
1212
run cd /tmp && wget $FILEBEAT_DEB_URL $METRICBEAT_DEB_URL && dpkg -i filebeat*.deb metricbeat*.deb
1313
run mkdir -p /data /var/run/sshd /var/run/suricata /etc/ansible/facts.d/ /etc/monit/monitrc.d /etc/stamus \
1414
/var/log/suricata/core

0 commit comments

Comments
 (0)