From 1c8fafabaff4e0f746af09224469beb1a3bc3328 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Wed, 18 Nov 2020 12:56:03 +0100 Subject: [PATCH] ansible/playbooks/general#98 Remove python-imaging --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index f252a1fb..8af71d65 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -10,7 +10,7 @@ RUN echo "===> Adding Ansible's prerequisites..." && \ DEBIAN_FRONTEND=noninteractive \ apt-get install -y -q \ build-essential software-properties-common \ - python python-tk python-imaging python-pmw python-setuptools python-pip python-dev \ + python python-tk python-pmw python-setuptools python-pip python-dev \ python3-setuptools python3-passlib python3-dev python3-pip python3-pycurl \ libtool libssl-dev librsync-dev libffi-dev libcurl4-openssl-dev libxml2-dev libxslt1-dev zlib1g-dev \ at git nmap && \ -- GitLab