From 49a5c19f6c12a6e89e0149aa9cdad418734d492f Mon Sep 17 00:00:00 2001 From: SailorUpiter Date: Thu, 9 Jul 2026 14:45:32 +0300 Subject: [PATCH] add local registry --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index bd3b42c..7df32c7 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM cr.yandex/crph0p4h6j9h7p8q/python:alpine +FROM gitea.trastinfo.ru/sailor/pyhton:0.1 WORKDIR /home/ubadmin/mkdocks COPY ./requirements.txt . RUN apk add --update --no-cache --virtual .build-deps gcc musl-dev &&\