mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-29 20:21:35 +03:00
Add wireless-tools deps see issue (issue #1004) in Glances autoinstall
This commit is contained in:
parent
cb08605750
commit
80c79402a8
@ -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/*
|
||||
|
||||
|
||||
|
@ -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/*
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user