Correct Docker Alpine Dockerfile

pull/1722/head
nicolargo 2020-09-06 11:35:58 +02:00
parent 00830c19aa
commit 6c1d7316df
1 changed files with 1 additions and 2 deletions

View File

@ -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.