1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 04:12:23 +01:00

Add support for mdi images (#4654)

This commit is contained in:
guillempages
2023-06-06 23:32:21 +02:00
committed by GitHub
parent aeb94e166b
commit 6b00622329
4 changed files with 169 additions and 17 deletions

View File

@@ -29,6 +29,8 @@ RUN \
git=1:2.30.2-1+deb11u2 \
curl=7.74.0-1.3+deb11u7 \
openssh-client=1:8.4p1-5+deb11u1 \
libcairo2=1.16.0-5 \
python3-cffi=1.14.5-1 \
&& rm -rf \
/tmp/* \
/var/{cache,log}/* \