Skip to content

Commit

Permalink
build(docker): add libgl1-mesa-dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed May 31, 2024
1 parent b29605f commit 79191a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FROM python:3.12-slim AS build
RUN --mount=type=cache,target=/root/.cache/pip \
apt-get update && \
apt-get install -y git binutils build-essential qt6-base-dev qt6-tools-dev pyqt6-dev-tools python3-pyqt6* qtchooser ffmpeg libsm6 libxext6 libgl1 && \
apt-get install -y git binutils build-essential qt6-base-dev qt6-tools-dev pyqt6-dev-tools python3-pyqt6* qtchooser ffmpeg libsm6 libxext6 libgl1 libgl1-mesa-dev && \
pip install pyinstaller

# Fix QT6
Expand Down

0 comments on commit 79191a8

Please sign in to comment.