Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
[Update]更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Nov 26, 2019
1 parent 2997e74 commit 4931b27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN set -ex \
&& python3.6 -m venv /opt/py3 \
&& echo -e "[easy_install]\nindex_url = https://mirrors.aliyun.com/pypi/simple/">> ~/.pydistutils.cfg \
&& source /opt/py3/bin/activate \
&& pip install wheel \
&& pip install --upgrade pip setuptools -i https://mirrors.aliyun.com/pypi/simple/ \
&& pip install -r /opt/jumpserver/requirements/requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ \
&& yum clean all \
Expand Down

0 comments on commit 4931b27

Please sign in to comment.