mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Don't install python3-dev, it's not the right version, and Python headers are included in the image
This commit is contained in:
parent
b3e2254d85
commit
43b76cce1c
@ -213,8 +213,7 @@ COPY --from=pipenv-base /usr/src/pipenv/requirements.txt ./
|
|||||||
ARG BUILD_PACKAGES="\
|
ARG BUILD_PACKAGES="\
|
||||||
build-essential \
|
build-essential \
|
||||||
git \
|
git \
|
||||||
default-libmysqlclient-dev \
|
default-libmysqlclient-dev"
|
||||||
python3-dev"
|
|
||||||
|
|
||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
&& echo "Installing build system packages" \
|
&& echo "Installing build system packages" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user