Surajv commited on
Commit
86c3fd4
·
1 Parent(s): 69102c2

fixed docker

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
12
  build-essential \
13
  curl \
14
  git \
15
- libgl1-mesa-glx \
16
  && rm -rf /var/lib/apt/lists/*
17
 
18
  # Set working directory
 
12
  build-essential \
13
  curl \
14
  git \
15
+ libgl1 \
16
  && rm -rf /var/lib/apt/lists/*
17
 
18
  # Set working directory