From 30c7a965401933482ac7cda7b96325a96697d63e Mon Sep 17 00:00:00 2001 From: Tzahi12345 Date: Fri, 7 Apr 2023 20:24:57 -0400 Subject: [PATCH] Dockerfile now installs pycryptodomex (#819) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2bd8710..b390d19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,7 @@ RUN npm install -g pm2 && \ apt install -y --no-install-recommends gosu python3-minimal python-is-python3 python3-pip atomicparsley && \ apt clean && \ rm -rf /var/lib/apt/lists/* -RUN pip install tcd +RUN pip install tcd pycryptodomex WORKDIR /app # User 1000 already exist from base image COPY --chown=$UID:$GID --from=ffmpeg [ "/usr/local/bin/ffmpeg", "/usr/local/bin/ffmpeg" ]