From a0f72f5044d6ca7937731716a5bf043a8abe876c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jari=20Sch=C3=A4fer?= Date: Fri, 31 Jul 2020 00:53:36 +0200 Subject: [PATCH] fix missing python3-memcache (issue #119) --- Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ef14abd..d2d0c5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,20 +33,22 @@ RUN echo 'LANG=C.UTF-8' > /etc/default/locale && \ mtr-tiny \ nagios-plugins \ nmap \ - python-mysqldb \ rrdcached \ rrdtool \ sendmail \ smbclient \ git \ - python-ipaddress \ - python-memcache \ sudo \ curl \ ipmitool \ acl \ vim-tiny \ unzip \ + python-mysqldb \ + python-ipaddress \ + python-memcache \ + python3-mysqldb \ + python3-memcache \ python3-pip \ python3-setuptools \ libodbc1 \