Skip to content

Commit 677a354

Browse files
committed
opencv 4.9
1 parent db73a52 commit 677a354

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ENV QEMU_CPU=max
44
ENV DEBIAN_FRONTEND=noninteractive
55

66
RUN install_packages \
7+
patch \
78
libraspberrypi0 \
89
procps \
910
sudo \

docker/stub/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM debian:bullseye-slim
33
ENV DEBIAN_FRONTEND=noninteractive
44

55
RUN apt-get update -y && apt-get install -y \
6+
patch \
67
procps \
78
sudo \
89
wget \

0 commit comments

Comments
 (0)