From b5ac657ed9969e85d3223143626f9c10529c3e74 Mon Sep 17 00:00:00 2001 From: 88lex Date: Thu, 6 Aug 2020 11:36:00 +0800 Subject: [PATCH] edit Dockerfile --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb7f876..ef59300 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-alpine3.12 +FROM python:3.8.5-alpine3.12 ENV MAX_PROJECTS=100 ENV SAS_PER_PROJECT=100 @@ -9,6 +9,9 @@ ENV JSON_PREFIX=svcacc COPY ./requirements.txt /opt/requirements.txt WORKDIR /opt +RUN apk --no-cache \ + pip install /opt/requireme + RUN apk --no-cache add \ python3.8 &&\ pip install /opt/requireme