mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-21 11:55:11 +01:00
Fix Dockerfile missing libprotobuf-dev (#127)
This commit is contained in:
parent
ccf9fcbe2b
commit
69f976cd9e
@ -4,6 +4,7 @@ RUN \
|
||||
apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
protobuf-compiler=3.12.4-1 \
|
||||
libprotobuf-dev=3.12.4-1 \
|
||||
&& rm -rf \
|
||||
/tmp/* \
|
||||
/var/{cache,log}/* \
|
||||
|
Loading…
Reference in New Issue
Block a user