mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-12 11:05:42 +00:00
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:
2
.github/test/Dockerfile-alpine
vendored
2
.github/test/Dockerfile-alpine
vendored
@@ -12,8 +12,10 @@ RUN \
|
|||||||
cargo \
|
cargo \
|
||||||
g++ \
|
g++ \
|
||||||
gcc \
|
gcc \
|
||||||
|
jpeg-dev \
|
||||||
libc-dev \
|
libc-dev \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
|
libjpeg \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
make \
|
make \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user