Skip to content

Commit c07e54c

Browse files
lguohanqiluo-msft
authored andcommitted
[platform-monitor] update apt cache (#148)
1 parent 92d9f9b commit c07e54c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dockers/docker-platform-monitor/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ FROM docker-base
22

33
## Pre-install the fundamental packages
44
## Clean up
5-
RUN apt-get -y install \
5+
RUN apt-get update && \
6+
apt-get -y install \
67
smartmontools \
78
sensord \
89
&& \

0 commit comments

Comments
 (0)