diff --git a/dockerfile b/dockerfile index 23d8e5a..bd3b42c 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/python:alpine +FROM cr.yandex/crph0p4h6j9h7p8q/python:alpine WORKDIR /home/ubadmin/mkdocks COPY ./requirements.txt . RUN apk add --update --no-cache --virtual .build-deps gcc musl-dev &&\