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 dafffc7 commit ff539cdCopy full SHA for ff539cd
.github/ci/Dockerfile
@@ -13,9 +13,7 @@ RUN [ "$BUILD_TYPE" != "raspi" ] || \
13
echo "deb http://archive.raspberrypi.org/debian/ $DEBIAN_VERSION main" > /etc/apt/sources.list.d/raspi.list && \
14
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9165938D90FDDD2E 82B129927FA3303E && \
15
apt-get -y update && \
16
- apt-get -y install libcamera-dev liblivemedia-dev && \
17
- # Temporary workaround to RPI arm32 bug
18
- ( [ "$(dpkg --print-architecture)" != "armhf" ] || apt-get --allow-downgrades -y install libssl1.1=1.1.1n-0+deb11u4+rpt1 ) \
+ apt-get -y install libcamera-dev liblivemedia-dev \
19
)
20
21
# Default packages
0 commit comments