mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-20 04:59:25 +02:00
fix glances
This commit is contained in:
parent
4e920a00b3
commit
cc0fd7c713
@ -1,15 +1,20 @@
|
||||
#
|
||||
# Dockerfile for glances-arm
|
||||
# Dockerfile for glances
|
||||
#
|
||||
|
||||
FROM debian:jessie
|
||||
MAINTAINER kev <noreply@easypi.pro>
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
RUN set -xe \
|
||||
&& apt-get update \
|
||||
&& apt-get -y install build-essential \
|
||||
curl \
|
||||
libfreetype6 \
|
||||
libfreetype6-dev \
|
||||
libpng12-0 \
|
||||
libpng12-dev \
|
||||
lm-sensors \
|
||||
pkg-config \
|
||||
python \
|
||||
python-dev \
|
||||
wireless-tools \
|
||||
@ -17,6 +22,9 @@ RUN set -xe \
|
||||
&& pip install "glances[action,batinfo,browser,cpuinfo,chart,docker,export,folders,gpu,ip,raid,snmp,web,wifi]" \
|
||||
&& apt-get remove -y build-essential \
|
||||
curl \
|
||||
libfreetype6-dev \
|
||||
libpng12-dev \
|
||||
pkg-config \
|
||||
python-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
@ -9,7 +9,12 @@ RUN set -xe \
|
||||
&& apt-get update \
|
||||
&& apt-get -y install build-essential \
|
||||
curl \
|
||||
libfreetype6 \
|
||||
libfreetype6-dev \
|
||||
libpng12-0 \
|
||||
libpng12-dev \
|
||||
lm-sensors \
|
||||
pkg-config \
|
||||
python \
|
||||
python-dev \
|
||||
wireless-tools \
|
||||
@ -17,6 +22,9 @@ RUN set -xe \
|
||||
&& pip install "glances[action,batinfo,browser,cpuinfo,chart,docker,export,folders,gpu,ip,raid,snmp,web,wifi]" \
|
||||
&& apt-get remove -y build-essential \
|
||||
curl \
|
||||
libfreetype6-dev \
|
||||
libpng12-dev \
|
||||
pkg-config \
|
||||
python-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user