Corvuscorvaly commited on
Commit
049becd
·
verified ·
1 Parent(s): 8727c9c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN apt-get update && \
28
 
29
  # 2) Install system dependencies + Python + pip
30
  RUN apt-get update && \
31
- apt-get install -y python3 python3-full python3-pip && \
32
  rm -rf /var/lib/apt/lists/*
33
 
34
  RUN echo 'export PATH="$PYENV_ROOT/bin:$PATH" \
 
28
 
29
  # 2) Install system dependencies + Python + pip
30
  RUN apt-get update && \
31
+ apt-get install -y ffmpeg python3 python3-full python3-pip && \
32
  rm -rf /var/lib/apt/lists/*
33
 
34
  RUN echo 'export PATH="$PYENV_ROOT/bin:$PATH" \