Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
from python:3.11
|
3 |
|
4 |
run apt update -y && apt upgrade -y
|
|
|
|
|
5 |
copy . .
|
6 |
run git clone https://github.com/rupeshs/fastsdcpu
|
7 |
run export
|
|
|
2 |
from python:3.11
|
3 |
|
4 |
run apt update -y && apt upgrade -y
|
5 |
+
RUN apt install -y libgl1-mesa-glx
|
6 |
+
RUN apt install ffmpeg libsm6 libxext6 libglib2.0-0 -y
|
7 |
copy . .
|
8 |
run git clone https://github.com/rupeshs/fastsdcpu
|
9 |
run export
|