From dc855f0f1c2dda098c3f5e9fda60c37b9acdaa38 Mon Sep 17 00:00:00 2001 From: DaCHack <62812480+DaCHack@users.noreply.github.com> Date: Mon, 12 Feb 2024 01:12:15 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4274585..cf44b86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,7 +90,7 @@ RUN packages=" \ apt install -y $packages # Add python for netflix plugin -RUN apt install python3-pip python3-cryptography build-essential python3-all-dev \ +RUN apt -y install python3-pip python3-cryptography build-essential python3-all-dev \ python3-setuptools python3-wheel && \ pip install --break-system-packages pycryptodomex && \ ln -s /usr/lib/python3/dist-packages/Crypto /usr/lib/python3/dist-packages/Cryptodome && \