mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-12 02:55:43 +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 \
|
||||
g++ \
|
||||
gcc \
|
||||
jpeg-dev \
|
||||
libc-dev \
|
||||
libffi-dev \
|
||||
libjpeg \
|
||||
libxslt-dev \
|
||||
make \
|
||||
openssl-dev \
|
||||
|
||||
Reference in New Issue
Block a user