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