Amina commited on
Commit
c2da201
·
1 Parent(s): 3ae80a0
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.9-slim
2
 
3
- RUN apt-get update && apt-get install -y libgl1
4
 
5
  WORKDIR /code
6
 
 
1
  FROM python:3.9-slim
2
 
3
+ RUN apt-get update && apt-get install -y libgl1 libglib2.0-0
4
 
5
  WORKDIR /code
6