mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-28 14:12:21 +03:00
Update Dockerfile
Add docker-py for Alpine
This commit is contained in:
parent
dfeb348a50
commit
74a499b578
@ -8,7 +8,7 @@
|
|||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
# Install Glances (develop branch)
|
# Install Glances (develop branch)
|
||||||
RUN apk add python3 py3-psutil py3-bottle git
|
RUN apk add python3 py3-psutil py3-bottle docker-py 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