From ede2c65f6cb79bc955db8d67ce029b3e0a037c4a Mon Sep 17 00:00:00 2001 From: WolfBolin Date: Sun, 7 Nov 2021 12:03:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DDocker=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 50456b0..7c9b6ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,6 @@ RUN sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.li # Project environment WORKDIR /var/app COPY . /var/app -COPY ./Config/openssl.cnf /etc/ssl RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip \ && pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt