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
#
# Install packages
@ -31,7 +31,7 @@ RUN apt-get update -y && \
git checkout fac539f470217347e51127c635f16749a887c0ac && \
sed -i 's#"type": logtype,#"reason": logtype,#g' log4pot-server.py && \
poetry install && \
setcap cap_net_bind_service=+ep /usr/bin/python3.8 && \
setcap cap_net_bind_service=+ep /usr/bin/python3.10 && \
#
# Setup user, groups and configs
addgroup --gid 2000 log4pot && \