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 50705ba commit be094bbCopy full SHA for be094bb
application/docker/Dockerfile
@@ -87,6 +87,7 @@ ENV PYTHONPATH=/app
87
# Install nginx & OpenCV required libraries
88
RUN apt-get update && apt-get install -y --no-install-recommends \
89
libgl1=1.7.0-1+b2 \
90
+ libglib2.0-0=2.84.4-3~deb13u1 \
91
libglx-mesa0=25.0.7-2 \
92
nginx=1.26.* \
93
&& rm -rf /var/lib/apt/lists/* \
0 commit comments