未验证 提交 f682ede4 编写于 作者: N Nicolas Hennion 提交者: GitHub

Merge pull request #1507 from Chris-V/fix_dockerfile_pip

Fix missing future in devel-arm Dockerfile
......@@ -12,9 +12,10 @@ RUN apk add --no-cache --virtual .build_deps \
gcc \
musl-dev \
linux-headers \
&& pip install 'psutil>=5.4.7,<5.5.0' bottle==0.12.13 \
git \
&& git clone -b develop https://github.com/nicolargo/glances.git \
&& pip install --no-cache-dir -r glances/requirements.txt bottle \
&& apk del .build_deps
RUN apk add --no-cache git && git clone -b develop https://github.com/nicolargo/glances.git
# Define working directory.
WORKDIR /glances
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册