Zhofang commited on
Commit
603a616
·
verified ·
1 Parent(s): acef378

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -81,6 +81,7 @@ RUN --mount=target=/root/on_startup.sh,source=on_startup.sh,readwrite \
81
 
82
  RUN mkdir /data && chown user:user /data
83
  RUN pip install bottle
 
84
 
85
  #######################################
86
  # End root user section
 
81
 
82
  RUN mkdir /data && chown user:user /data
83
  RUN pip install bottle
84
+ RUN pip install glances
85
 
86
  #######################################
87
  # End root user section