We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d9f9b commit c07e54cCopy full SHA for c07e54c
1 file changed
dockers/docker-platform-monitor/Dockerfile
@@ -2,7 +2,8 @@ FROM docker-base
2
3
## Pre-install the fundamental packages
4
## Clean up
5
-RUN apt-get -y install \
+RUN apt-get update && \
6
+ apt-get -y install \
7
smartmontools \
8
sensord \
9
&& \
0 commit comments