Nechba commited on
Commit
e767da1
·
verified ·
1 Parent(s): 3f1d6fd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -19,7 +19,6 @@ WORKDIR /app
19
  # Copy the requirements file into the container
20
  COPY --chown=user ./requirements.txt requirements.txt
21
  # Install system dependencies (including FFmpeg)
22
- sudo apt-get install libav-tools
23
  # Install any needed packages specified in requirements.txt
24
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
25
 
 
19
  # Copy the requirements file into the container
20
  COPY --chown=user ./requirements.txt requirements.txt
21
  # Install system dependencies (including FFmpeg)
 
22
  # Install any needed packages specified in requirements.txt
23
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
24