Chris Hoge 18c8c1e211 Fix the apt upgrade command in the Docker file
apt update was being run without '-y', which was causing the
update to fail trying to install out of date packages. This
patch adds the `-y` and fixes the Docker build

Change-Id: I1260bb7f0dbcf95378bcda9d449293d02fa9f200
2018-04-03 14:58:39 -07:00
..