Update Dockerfile

Add docker-py for Alpine
This commit is contained in:
Nicolas Hennion 2021-01-11 18:19:32 +01:00 committed by GitHub
parent dfeb348a50
commit 74a499b578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
FROM alpine
# 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
# Define working directory.