Kangarroar commited on
Commit
af21fc4
1 Parent(s): 4d928f3

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.8.10 \
10
  python3-pip \
11
  git \
12
  && apt-get clean && rm -rf /var/lib/apt/lists/*
 
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
  && apt-get clean && rm -rf /var/lib/apt/lists/*