[platform-monitor] update apt cache (#148)

This commit is contained in:
lguohan 2016-12-21 15:16:18 -08:00 committed by Qi Luo
parent 92d9f9b23a
commit c07e54c3e1

View File

@ -2,7 +2,8 @@ FROM docker-base
## Pre-install the fundamental packages
## Clean up
RUN apt-get -y install \
RUN apt-get update && \
apt-get -y install \
smartmontools \
sensord \
&& \