Skip to content

Commit be094bb

Browse files
authored
Add libglib2.0-0 to Dockerfile for required library support (#4993)
1 parent 50705ba commit be094bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

application/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ ENV PYTHONPATH=/app
8787
# Install nginx & OpenCV required libraries
8888
RUN apt-get update && apt-get install -y --no-install-recommends \
8989
libgl1=1.7.0-1+b2 \
90+
libglib2.0-0=2.84.4-3~deb13u1 \
9091
libglx-mesa0=25.0.7-2 \
9192
nginx=1.26.* \
9293
&& rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)