From 6ec5a04802e188acf465f0bbf399445193e3a246 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Mon, 24 Aug 2020 15:55:10 +0000 Subject: [PATCH] fix deps issue with conpot --- docker/conpot/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/conpot/Dockerfile b/docker/conpot/Dockerfile index 11fc4b9f..e16be97e 100644 --- a/docker/conpot/Dockerfile +++ b/docker/conpot/Dockerfile @@ -41,6 +41,7 @@ RUN apk -U add \ sed -i 's/port="6230"/port="623"/' /opt/conpot/conpot/templates/ipmi/ipmi/ipmi.xml && \ pip3 install --no-cache-dir -U setuptools && \ pip3 install --no-cache-dir . && \ + pip3 install --no-cache-dir pysnmp-mibs && \ cd / && \ rm -rf /opt/conpot /tmp/* /var/tmp/* && \ setcap cap_net_bind_service=+ep /usr/bin/python3.8 && \