remove pip from final container

pull/933/head
Alex 4 weeks ago
parent 784206b39b
commit ab40d2c37a

@ -34,7 +34,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
FROM ubuntu:mantic as final
# Install Python
RUN apt-get update && apt-get install -y --no-install-recommends python3.11 python3-pip && \
RUN apt-get update && apt-get install -y --no-install-recommends python3.11 gunicorn && \
ln -s /usr/bin/python3.11 /usr/bin/python && \
rm -rf /var/lib/apt/lists/*

Loading…
Cancel
Save