diff --git a/Dockerfile b/Dockerfile index 45a2cbe5501d2e64b5d3bf158b5c1a3a052de485..d24249f34067271c2bc3a209c217aa52c57011ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,7 @@ FROM python:3.7-alpine -RUN echo http://mirrors.aliyun.com/alpine/v3.12/main > /etc/apk/repositories \ - && echo http://mirrors.aliyun.com/alpine/v3.12/community >> /etc/apk/repositories \ - && apk update \ +RUN apk update \ && apk --update add --no-cache gcc \ && apk --update add --no-cache g++ \ && apk --update add --no-cache tzdata \