Update Dockerfile
Browse files- 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
|