diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ ENV PATH="/usr/app/venv/bin:$PATH" #RUN apt-get update && apt-get install -y git RUN apt-get update -RUN apt-get install ffmpeg #issue 445 +RUN apt-get install ffmpeg -y #issue 445 RUN mkdir -p /usr/app RUN python -m venv ./venv |