1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-06 19:00:59 +01:00

Add libfreetype-dev Debian package for armv7 Docker builds (#5262)

This commit is contained in:
Pierre Gordon 2023-08-16 20:22:04 -04:00 committed by Jesse Hills
parent f44e5d3142
commit a27e72362a
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -35,7 +35,8 @@ RUN \
python3-dev=3.9.2-3 \
zlib1g-dev=1:1.2.11.dfsg-2+deb11u2 \
libjpeg-dev=1:2.0.6-4 \
libcairo2=1.16.0-5; \
libcairo2=1.16.0-5 \
libfreetype-dev=2.10.4+dfsg-1+deb11u1; \
fi; \
rm -rf \
/tmp/* \