[platform-monitor] update apt cache (#148)
This commit is contained in:
parent
92d9f9b23a
commit
c07e54c3e1
@ -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 \
|
||||
&& \
|
||||
|
Reference in New Issue
Block a user