rogerxavier commited on
Commit
f78cb5d
1 Parent(s): 20a75b4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM python:3.9
2
- RUN apt update
3
  USER root
4
  COPY . .
5
 
 
1
  FROM python:3.9
2
+ RUN apt update && apt install -y libgl1-mesa-glx
3
  USER root
4
  COPY . .
5