mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-26 02:31:36 +03:00
Correct Docker Alpine Dockerfile
This commit is contained in:
parent
00830c19aa
commit
6c1d7316df
@ -8,8 +8,7 @@
|
|||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
# Install Glances (develop branch)
|
# Install Glances (develop branch)
|
||||||
RUN apk add python py3-psutil py3-bottle
|
RUN apk add python3 py3-psutil py3-bottle git
|
||||||
RUN apk add git
|
|
||||||
RUN git clone -b develop https://github.com/nicolargo/glances.git
|
RUN git clone -b develop https://github.com/nicolargo/glances.git
|
||||||
|
|
||||||
# Define working directory.
|
# Define working directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user