first commit
This commit is contained in:
@ -2,9 +2,8 @@ FROM python:3.10-alpine
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Use a faster mirror + install dependencies
|
# Install dependencies directly without mirror change
|
||||||
RUN sed -i 's|dl-cdn.alpinelinux.org|mirror.kakao.com|g' /etc/apk/repositories \
|
RUN apk add --no-cache gcc musl-dev python3-dev mariadb-dev libffi-dev openssl-dev
|
||||||
&& apk add --no-cache gcc musl-dev python3-dev mariadb-dev libffi-dev openssl-dev
|
|
||||||
|
|
||||||
# Copy requirements and install
|
# Copy requirements and install
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|||||||
Reference in New Issue
Block a user