Don't install python3-dev, it's not the right version, and Python headers are included in the image

This commit is contained in:
Trenton H 2023-06-13 09:05:27 -07:00
parent 26b438a888
commit 1324d17d87

View File

@ -213,8 +213,7 @@ COPY --from=pipenv-base /usr/src/pipenv/requirements.txt ./
ARG BUILD_PACKAGES="\
build-essential \
git \
default-libmysqlclient-dev \
python3-dev"
default-libmysqlclient-dev"
RUN set -eux \
&& echo "Installing build system packages" \