We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b5adf commit 2cedf55Copy full SHA for 2cedf55
1 file changed
libs/labelbox/Dockerfile
@@ -20,7 +20,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
20
ffmpeg \
21
libfontconfig1 \
22
libxrender1 \
23
- libgl1-mesa-glx \
+ libgl1 \
24
+ libglx-mesa0 \
25
libgeos-dev \
26
gcc \
27
&& rm -rf /var/lib/apt/lists/*
0 commit comments