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

Update Dockerfile

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