File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ FROM balenalib/raspberrypi3:bookworm-20240227
33ENV QEMU_CPU=max
44ENV DEBIAN_FRONTEND=noninteractive
55
6+ RUN install_packages gnupg
7+
8+ RUN echo "deb http://archive.raspberrypi.org/debian/ bookworm main" > /etc/apt/sources.list.d/raspi.list \
9+ && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 82B129927FA3303E
10+
611RUN install_packages \
712 build-essential \
813 procps \
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ FROM balenalib/raspberrypi3-64:bookworm-20240401
33ENV QEMU_CPU=max
44ENV DEBIAN_FRONTEND=noninteractive
55
6+ RUN install_packages gnupg
7+
8+ RUN echo "deb http://archive.raspberrypi.org/debian/ bookworm main" > /etc/apt/sources.list.d/raspi.list \
9+ && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 82B129927FA3303E
10+
611RUN install_packages \
712 build-essential \
813 procps \
@@ -20,8 +25,7 @@ RUN install_packages \
2025 libatlas-base-dev \
2126 libhdf5-dev \
2227 alsa-utils \
23- espeak \
24- libcap-dev
28+ espeak
2529RUN install_packages \
2630 libharfbuzz-bin \
2731 webp \
Original file line number Diff line number Diff line change @@ -24,5 +24,4 @@ protobuf==4.25.2
2424opencv-contrib-python-headless == 4.9.0.80
2525tflite-runtime
2626pytesseract == 0.3.10
27- picamera2 == 0.3.17
2827pyzbar == 0.1.9
You can’t perform that action at this time.
0 commit comments