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