Kaynağa Gözat

Removing pip from final image

Penta 1 ay önce
ebeveyn
işleme
da919f43e7
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

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