Skip to content

Commit 22ff476

Browse files
authored
Merge branch 'develop' into mrobers1982/v7.1.2
2 parents 6cc1ca6 + b53da83 commit 22ff476

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/labelbox/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
2020
ffmpeg \
2121
libfontconfig1 \
2222
libxrender1 \
23-
libgl1-mesa-glx \
23+
libgl1 \
24+
libglx-mesa0 \
2425
libgeos-dev \
2526
gcc \
2627
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)