image_builder: debug

This commit is contained in:
Artem Smirnov
2018-09-06 18:37:46 +03:00
parent 2adb329ece
commit f7b58c9e6d

View File

@@ -47,13 +47,17 @@ apt-get install --no-install-recommends -y -qq \
libjpeg8-dev=8d1-2 \
tcpdump \
libpoco-dev=1.7.6+dfsg1-5+deb9u1 \
> /dev/null \
&& echo_stamp "Everything was installed!" "SUCCESS" \
|| (echo_stamp "Some packages wasn't installed!" "ERROR"; exit 1)
apt search ros-kinetic-opencv3
echo "dasfasfdsagfasdgagasgas" >/dev/null 2>&1 || true
apt-get install --no-install-recommends \
ros-kinetic-opencv3=3.3.1-0stretch \
> /dev/null \
&& echo_stamp "OpenCV3 was installed!" "SUCCESS" \
|| (echo_stamp "OpenCV3 wasn't installed!" "ERROR"; exit 1)