image: Install python3-opencv

This commit is contained in:
Alexey Rogachevskiy
2019-12-09 20:13:04 +03:00
parent 0fb22e817d
commit 9f097f56c5
3 changed files with 9 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ python-dev \
python3-dev \
python-systemd \
mjpg-streamer \
python3-opencv \
&& echo_stamp "Everything was installed!" "SUCCESS" \
|| (echo_stamp "Some packages wasn't installed!" "ERROR"; exit 1)