We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac99246 commit b99dd26Copy full SHA for b99dd26
docker/Dockerfile
@@ -5,7 +5,6 @@ ENV DEBIAN_FRONTEND=noninteractive
5
6
RUN install_packages \
7
build-essential \
8
- libraspberrypi0 \
9
procps \
10
sudo \
11
wget \
@@ -17,7 +16,7 @@ RUN install_packages \
17
16
python3-pip \
18
python3-dev \
19
libopenjp2-7-dev \
20
- libtiff5 \
+ libtiff5-dev \
21
libatlas-base-dev \
22
libhdf5-dev \
23
alsa-utils \
docker/Dockerfile.arm64
0 commit comments