mirror of https://github.com/nicolargo/glances.git
Correct issue on ARM Docker file
This commit is contained in:
parent
5a7dd4489a
commit
f5eede0c26
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue