builder: Change base image to v0.16, add clever-show service file

This commit is contained in:
Arthur
2019-05-16 21:48:34 +03:00
parent 8005dd9f90
commit 2cb04808c0
3 changed files with 22 additions and 6 deletions

View File

@@ -3,10 +3,6 @@
#
# Script for install software to the image.
#
# Copyright (C) 2018 Copter Express Technologies
#
# Author: Artem Smirnov <urpylka@gmail.com>
#
set -e # Exit immidiately on non-zero result
@@ -62,8 +58,8 @@ apt-get update -qq
echo_stamp "Software installing"
apt-get install -y \
samba \
winbind \
chrony \
ros-kinetic-vl53l1x \
&& echo_stamp "Everything was installed!" "SUCCESS" \
|| (echo_stamp "Some packages wasn't installed!" "ERROR"; exit 1)