Abdullahcoder54 commited on
Commit
5b374ea
·
1 Parent(s): 83c8d76
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM python:3.9
3
 
4
  # Pehle root user hai by default, to yahan packages install karo
5
- RUN apt-get update && apt-get install -y libgl1-mesa-glx libglib2.0-0
6
 
7
  # Ab user add karo aur switch karo
8
  RUN useradd -m -u 1000 user
 
2
  FROM python:3.9
3
 
4
  # Pehle root user hai by default, to yahan packages install karo
5
+ RUN apt-get update && apt-get install -y libgl1 libglib2.0-0
6
 
7
  # Ab user add karo aur switch karo
8
  RUN useradd -m -u 1000 user