Skip to content

Commit 6fd711f

Browse files
committed
docker fix 4
1 parent 205a445 commit 6fd711f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ COPY poetry.lock pyproject.toml ./
3434
RUN poetry check
3535

3636
# Install Dependencies
37-
RUN apt-get update && apt-get install -y build-essential libzbar-dev ffmpeg libsm6 libxext6 \
37+
RUN apt-get update && apt-get install -y build-essential libzbar-dev ffmpeg libsm6 libxext6 libgl1 \
3838
&& poetry install --no-interaction --no-cache --without dev
3939

4040
# Copy Application

0 commit comments

Comments
 (0)