Correct issue on ARM Docker file

This commit is contained in:
nicolargo 2018-09-15 22:07:40 +02:00
parent 5a7dd4489a
commit f5eede0c26
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ FROM alpine
RUN apk add python py2-psutil py2-bottle
RUN apk add git
RUN git clone https://github.com/nicolargo/glances.git
RUN cd /glances
RUN git checkout develop
# Define working directory.