bump elk, log4pot, honeytrap, dionaea to ubuntu 22.04

This commit is contained in:
t3chn0m4g3
2022-06-14 10:47:11 +00:00
parent fc93db2bc4
commit 5f0c337f09
6 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND noninteractive
#
# Include dist
@ -88,7 +88,7 @@ RUN ARCH=$(arch) && \
python3-bson \
python3-yaml \
wget && \
#
apt-get install -y \
ca-certificates \
python3 \
@ -102,7 +102,7 @@ RUN ARCH=$(arch) && \
libnetfilter-queue1 \
libnl-3-200 \
libpcap0.8 \
libpython3.8 \
libpython3.10 \
libudns0 && \
#
apt-get autoremove --purge -y && \