Add patch to apt install (#5389)

This commit is contained in:
Michael Hansen 2023-09-13 18:13:55 -05:00 committed by Jesse Hills
parent 2d53dd05d8
commit b3ca71c6fb
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A

View file

@ -29,7 +29,8 @@ RUN \
curl=7.74.0-1.3+deb11u7 \
openssh-client=1:8.4p1-5+deb11u1 \
python3-cffi=1.14.5-1 \
libcairo2=1.16.0-5; \
libcairo2=1.16.0-5 \
patch=2.7.6-7; \
if [ "$TARGETARCH$TARGETVARIANT" = "armv7" ]; then \
apt-get install -y --no-install-recommends \
build-essential=12.9 \