|
@@ -12,6 +12,7 @@ RUN pip install --prefix=/install -r requirements.txt
|
|
|
# ---------- RUNTIME STAGE ----------
|
|
# ---------- RUNTIME STAGE ----------
|
|
|
FROM python:3.14-alpine
|
|
FROM python:3.14-alpine
|
|
|
|
|
|
|
|
|
|
+RUN python3 -m pip uninstall pip -y
|
|
|
RUN apk add mariadb-connector-c
|
|
RUN apk add mariadb-connector-c
|
|
|
|
|
|
|
|
COPY --from=builder /install /usr/local
|
|
COPY --from=builder /install /usr/local
|