Remove unnecessary installs

pull/1/head
Stefano Ortolani 2023-06-15 12:59:06 +01:00
parent 40e7de584b
commit eb15d22a84
1 changed files with 0 additions and 4 deletions

View File

@ -49,10 +49,6 @@ FROM "${DOCKER_HUB_PROXY}python:3.9-slim-bullseye"
libxext6 \
libpoppler-cpp0v5 \
libgl1 \
# Python Requirements
python3 \
python3-setuptools \
python3-pip \
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
COPY --from=python-build /wheels /wheels