From da8c23d3ef09747f596b7ade65c2fa93eec5e73e Mon Sep 17 00:00:00 2001 From: Isaac Abadi Date: Tue, 21 Jun 2022 01:40:42 -0400 Subject: [PATCH] Updated dockerfile to include tcd installation --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 258e7e9..c4b4a30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,6 +52,7 @@ RUN npm install -g pm2 && \ apt install -y --no-install-recommends gosu python3-minimal python-is-python3 atomicparsley && \ apt clean && \ rm -rf /var/lib/apt/lists/* +RUN pip install tcd WORKDIR /app # User 1000 already exist from base image COPY --chown=$UID:$GID --from=ffmpeg [ "/usr/local/bin/ffmpeg", "/usr/local/bin/ffmpeg" ]