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

This commit is contained in:
dgtlmoon
2024-02-10 19:42:40 +01:00
parent 3287283065
commit 377860e88b

View File

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