From 70962e3a6c82740ff93b2e95d493a73219e48e9d Mon Sep 17 00:00:00 2001 From: govardhan Date: Thu, 19 Jun 2025 21:13:44 +0530 Subject: [PATCH] fdfd --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 048b82d..4fd130c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ FROM python:3.9-alpine AS builder # Set environment variables to avoid interactive prompts ENV PYTHONDONTWRITEBYTECODE=1 \ PYTHONUNBUFFERED=1 + # Configure apk to use a reliable mirror RUN echo "https://mirrors.tuna.tsinghua.edu.cn/alpine/v3.18/main" > /etc/apk/repositories && \