From d0f684005612bc742323c64d387afd659bc5b9e0 Mon Sep 17 00:00:00 2001 From: ChenYun4164 <45526365+ChenYun4164@users.noreply.github.com> Date: Tue, 3 Nov 2020 22:19:16 +0800 Subject: [PATCH] Update Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 没有安装 pip --- authcheck/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authcheck/Dockerfile b/authcheck/Dockerfile index f473e93..d162130 100644 --- a/authcheck/Dockerfile +++ b/authcheck/Dockerfile @@ -16,7 +16,7 @@ ENV redis_db 0 RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories -RUN apk update && apk upgrade && apk add gcc g++ linux-headers python3 python3-dev +RUN apk update && apk upgrade && apk add gcc g++ linux-headers python3 python3-dev py-pip COPY . /opt/authcheck @@ -26,4 +26,4 @@ RUN python3 -m pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi EXPOSE 8888 -CMD uwsgi uwsgi.ini \ No newline at end of file +CMD uwsgi uwsgi.ini