huathedev commited on
Commit
21bed91
·
1 Parent(s): 27c82e9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN pip install cython==0.29.21
11
  RUN apt-get update
12
  RUN apt-get install --reinstall build-essential -y
13
  RUN pip install pygco==0.0.16
14
- RUN apt-get install libgl1-mesa-glx
15
 
16
  RUN useradd -m -u 1000 user
17
 
 
11
  RUN apt-get update
12
  RUN apt-get install --reinstall build-essential -y
13
  RUN pip install pygco==0.0.16
14
+ RUN apt-get update && apt-get install libgl1
15
 
16
  RUN useradd -m -u 1000 user
17