imperialwool commited on
Commit
d213f67
·
1 Parent(s): f0b744f

why it stopped lol

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN chmod -R 777 /app
6
 
7
  WORKDIR /app
8
 
9
- RUN apt update && apt install ffmpeg software-properties-common python3 python3-pip python-is-python3 -y
10
 
11
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
12
 
 
6
 
7
  WORKDIR /app
8
 
9
+ RUN apt update && apt install ffmpeg python3 python3-pip python-is-python3 software-properties-common -y
10
 
11
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
12