From eb05d37319e419d906ec8523cb39dae5250ae3cd Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Sun, 10 Nov 2024 00:54:38 +1100 Subject: [PATCH] remove unneeded rm EXTERNALLY-MANAGED for buscribe --- buscribe/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buscribe/Dockerfile b/buscribe/Dockerfile index 7c99efc..24e8eba 100644 --- a/buscribe/Dockerfile +++ b/buscribe/Dockerfile @@ -1,7 +1,7 @@ FROM debian:11 RUN apt update &&\ - apt install -y python3 libpq-dev python3-pip curl unzip ffmpeg && rm /usr/lib/python3.11/EXTERNALLY-MANAGED + apt install -y python3 libpq-dev python3-pip curl unzip ffmpeg RUN cd /tmp \ && curl \