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
3
3
ENV QEMU_CPU=max
4
4
ENV DEBIAN_FRONTEND=noninteractive
5
5
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
+
6
11
RUN install_packages \
7
12
build-essential \
8
13
procps \
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ FROM balenalib/raspberrypi3-64:bookworm-20240401
3
3
ENV QEMU_CPU=max
4
4
ENV DEBIAN_FRONTEND=noninteractive
5
5
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
+
6
11
RUN install_packages \
7
12
build-essential \
8
13
procps \
@@ -20,8 +25,7 @@ RUN install_packages \
20
25
libatlas-base-dev \
21
26
libhdf5-dev \
22
27
alsa-utils \
23
- espeak \
24
- libcap-dev
28
+ espeak
25
29
RUN install_packages \
26
30
libharfbuzz-bin \
27
31
webp \
Original file line number Diff line number Diff line change @@ -24,5 +24,4 @@ protobuf==4.25.2
24
24
opencv-contrib-python-headless == 4.9.0.80
25
25
tflite-runtime
26
26
pytesseract == 0.3.10
27
- picamera2 == 0.3.17
28
27
pyzbar == 0.1.9
You can’t perform that action at this time.
0 commit comments