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 205a445 commit 6fd711fCopy full SHA for 6fd711f
Dockerfile
@@ -34,7 +34,7 @@ COPY poetry.lock pyproject.toml ./
34
RUN poetry check
35
36
# Install Dependencies
37
-RUN apt-get update && apt-get install -y build-essential libzbar-dev ffmpeg libsm6 libxext6 \
+RUN apt-get update && apt-get install -y build-essential libzbar-dev ffmpeg libsm6 libxext6 libgl1 \
38
&& poetry install --no-interaction --no-cache --without dev
39
40
# Copy Application
0 commit comments