Skip to content

Commit 616a1e6

Browse files
add dependencies 2
1 parent 521a61f commit 616a1e6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM python:3.13
33
RUN apt-get update && apt-get install -y \
44
libegl1 \
55
libxkbcommon0 \
6+
libgl1 \
67
&& rm -rf /var/lib/apt/lists/*
78

89
WORKDIR /app

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ requests==2.32.5
33
adafruit-circuitpython-pn532
44
RPi.GPIO; sys_platform == 'linux'
55
pyqt6==6.11.0
6-
qtawesome
6+
qtawesome
7+
pyqt6-sip

0 commit comments

Comments
 (0)