Docker - Error (issue #1003)

This commit is contained in:
Nicolargo 2017-01-23 17:49:52 +01:00
parent c5dc423cce
commit cb08605750
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 && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get -y install curl wireless-tools && 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 && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get -y install curl wireless-tools && 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/*