Kangarroar commited on
Commit
0359e87
1 Parent(s): daf2035

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
6
  # Install python, git & ffmpeg
7
  RUN apt-get update && apt-get install --no-install-recommends -y \
8
  build-essential \
9
- python3.9 \
10
  python3-pip \
11
  git \
12
  ffmpeg \
 
6
  # Install python, git & ffmpeg
7
  RUN apt-get update && apt-get install --no-install-recommends -y \
8
  build-essential \
9
+ python3.8=3.8.10* \
10
  python3-pip \
11
  git \
12
  ffmpeg \