From 12cadf6766691a9fed899bddb05257c8e61adbf8 Mon Sep 17 00:00:00 2001 From: Chomtana Date: Mon, 29 Jan 2024 23:19:09 +0700 Subject: [PATCH] fix: remove qtorrent due to error: externally-managed-environment --- docker/dockerfiles/Dockerfile.bedrock-init | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/dockerfiles/Dockerfile.bedrock-init b/docker/dockerfiles/Dockerfile.bedrock-init index 91822d9..9e1e617 100644 --- a/docker/dockerfiles/Dockerfile.bedrock-init +++ b/docker/dockerfiles/Dockerfile.bedrock-init @@ -14,6 +14,3 @@ RUN cp /usr/local/go/bin/go /usr/bin/go RUN curl -L https://foundry.paradigm.xyz | bash RUN /root/.foundry/bin/foundryup RUN rsync -a /root/.foundry/bin/ /usr/bin/ - -# Install Python packages. -RUN pip3 install qbittorrent-api