From ce8cad018ec18a50d4114b3672679cf96f7fdf43 Mon Sep 17 00:00:00 2001 From: MReenen Date: Wed, 16 Mar 2022 14:37:45 +0100 Subject: [PATCH] /usr/local/lib/python3.7/ did not exist so just don't cleen it for now --- mopidy/Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mopidy/Dockerfile b/mopidy/Dockerfile index 5dc63cb..218924a 100755 --- a/mopidy/Dockerfile +++ b/mopidy/Dockerfile @@ -44,11 +44,6 @@ RUN \ && curl https://bootstrap.pypa.io/get-pip.py | python3 \ && pip3 install --no-cache-dir -r /tmp/requirements.txt \ \ - && find /usr/local/lib/python3.7/ -type d -name tests -depth -exec rm -rf {} \; \ - && find /usr/local/lib/python3.7/ -type d -name test -depth -exec rm -rf {} \; \ - && find /usr/local/lib/python3.7/ -name __pycache__ -depth -exec rm -rf {} \; \ - && find /usr/local/lib/python3.7/ -name "*.pyc" -depth -exec rm -f {} \; \ - \ && apt-get purge -y --auto-remove \ dirmngr \ gpg-agent \