imspidey commited on
Commit
dfe11b6
1 Parent(s): b667cab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -2,6 +2,8 @@ FROM python:3.9
2
 
3
  WORKDIR /code
4
 
 
 
5
  RUN pip install --upgrade pip
6
 
7
  RUN pip install ffmpeg
 
2
 
3
  WORKDIR /code
4
 
5
+ RUN sudo su -
6
+
7
  RUN pip install --upgrade pip
8
 
9
  RUN pip install ffmpeg