From 1febb8555ce67cd070013a3dae1c2063bbee0413 Mon Sep 17 00:00:00 2001 From: Harry-zklcdc <1269158832@qq.com> Date: Fri, 15 Nov 2019 20:46:15 +0800 Subject: [PATCH] Update Dockerfile-18.04 --- Dockerfile-18.04 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-18.04 b/Dockerfile-18.04 index ddb835e..ab96f32 100644 --- a/Dockerfile-18.04 +++ b/Dockerfile-18.04 @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y wget && wget https://raw.githubusercont pip3 install --upgrade pip && \ cp /usr/bin/pip /usr/bin/pip3 && \ pip install --no-cache-dir psutil gunicorn flask requests -i https://mirrors.aliyun.com/pypi/simple/ && \ - pip uninstall idna && pip install --no-cache-dir idna -i https://mirrors.aliyun.com/pypi/simple/ && \ + pip uninstall idna -y && pip install --no-cache-dir idna -i https://mirrors.aliyun.com/pypi/simple/ && \ cd /tmp && git clone -b newnew --depth 1 https://github.com/QingdaoU/Judger && cd Judger && \ mkdir build && cd build && cmake .. && make && make install && cd ../bindings/Python && python3 setup.py install && \ apt-get purge -y --auto-remove wget $buildDeps && \