mirror of https://github.com/nicolargo/glances.git
Install build-essentials instead of just the gcc on debain build images
This commit is contained in:
parent
b2506777b5
commit
d00e680c4d
|
|
@ -11,7 +11,7 @@ RUN apt-get update && \
|
|||
apt-get install -y --no-install-recommends \
|
||||
python3-dev \
|
||||
curl \
|
||||
gcc \
|
||||
build-essential \
|
||||
lm-sensors \
|
||||
wireless-tools \
|
||||
iputils-ping && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue