Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -33,6 +33,8 @@ RUN apt-get update && apt-get install -y \
|
|
33 |
curl \
|
34 |
git \
|
35 |
software-properties-common \
|
|
|
|
|
36 |
&& add-apt-repository ppa:deadsnakes/ppa -y && \
|
37 |
apt-get update && apt-get install -y \
|
38 |
python3.9 \
|
|
|
33 |
curl \
|
34 |
git \
|
35 |
software-properties-common \
|
36 |
+
libgl1-mesa-glx \
|
37 |
+
libglib2.0-0 \
|
38 |
&& add-apt-repository ppa:deadsnakes/ppa -y && \
|
39 |
apt-get update && apt-get install -y \
|
40 |
python3.9 \
|