KroZenDev commited on
Commit
7dc558f
·
verified ·
1 Parent(s): 1782d54

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
10
  libxrender1 \
11
  libgomp1 \
12
  libxcb1 \
13
- libgl1-mesa-glx \
14
  && rm -rf /var/lib/apt/lists/*
15
 
16
  COPY ./requirements.txt /code/requirements.txt
 
10
  libxrender1 \
11
  libgomp1 \
12
  libxcb1 \
13
+ libgl1 \
14
  && rm -rf /var/lib/apt/lists/*
15
 
16
  COPY ./requirements.txt /code/requirements.txt