Skip to content

Commit

Permalink
[platform-monitor] update apt cache (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan authored and qiluo-msft committed Dec 21, 2016
1 parent 92d9f9b commit c07e54c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockers/docker-platform-monitor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
&& \
Expand Down

0 comments on commit c07e54c

Please sign in to comment.