image: add i2c-tools

This commit is contained in:
Oleg Kalachev
2018-12-28 04:42:05 +03:00
parent 14f1b30a3b
commit 5c2c14ca23

View File

@@ -100,6 +100,7 @@ build-essential=12.3 \
libffi-dev \
monkey=1.6.9-1 \
pigpio python-pigpio python3-pigpio \
i2c-tools \
&& echo_stamp "Everything was installed!" "SUCCESS" \
|| (echo_stamp "Some packages wasn't installed!" "ERROR"; exit 1)