Add wireless-tools deps see issue (issue #1004) in Glances autoinstall

pull/1011/head
Nicolargo 2017-01-24 10:19:09 +01:00
parent cb08605750
commit 80c79402a8
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
FROM ubuntu
# Install Glances (develop branch)
RUN apt-get update && apt-get -y install curl wireless-tools && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get -y install curl && rm -rf /var/lib/apt/lists/*
RUN curl -L https://raw.githubusercontent.com/nicolargo/glancesautoinstall/master/install-develop.sh | /bin/bash && rm -rf /var/lib/apt/lists/*

View File

@ -8,7 +8,7 @@
FROM ubuntu
# Install Glances (develop branch)
RUN apt-get update && apt-get -y install curl wireless-tools && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get -y install curl && rm -rf /var/lib/apt/lists/*
RUN curl -L https://raw.githubusercontent.com/nicolargo/glancesautoinstall/master/install.sh | /bin/bash && rm -rf /var/lib/apt/lists/*