Dockerfile now installs pycryptodomex (#819)

pull/860/head
Tzahi12345 2 years ago
parent 5197a5f1cc
commit 30c7a96540

@ -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" ]

Loading…
Cancel
Save