Skip to content

Commit 8044b77

Browse files
authored
fix(docker): add libglib2.0-0 for opencv libgthread dependency
1 parent 16feb95 commit 8044b77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ ENV OMP_NUM_THREADS=1
3232
# that do not provide pre-built wheels for this platform.
3333
RUN apt-get update && apt-get install -y --no-install-recommends \
3434
libgl1 \
35+
libglib2.0-0 \
3536
libgdal-dev \
3637
build-essential \
3738
python3-dev \

0 commit comments

Comments
 (0)