Fixes build error "The headers or library files could not be found for jpeg, a required dependency when compiling Pillow from source."

pull/2176/head
dgtlmoon 3 months ago
parent 3287283065
commit 377860e88b

@ -12,8 +12,10 @@ RUN \
cargo \
g++ \
gcc \
jpeg-dev \
libc-dev \
libffi-dev \
libjpeg \
libxslt-dev \
make \
openssl-dev \

Loading…
Cancel
Save