kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Alpine linux build - adding JPEG development headers to fix build errors
rodzic
3287283065
commit
1f57d9d0b6
|
@ -12,8 +12,10 @@ RUN \
|
|||
cargo \
|
||||
g++ \
|
||||
gcc \
|
||||
jpeg-dev \
|
||||
libc-dev \
|
||||
libffi-dev \
|
||||
libjpeg \
|
||||
libxslt-dev \
|
||||
make \
|
||||
openssl-dev \
|
||||
|
|
|
@ -11,12 +11,14 @@ on:
|
|||
- requirements.txt
|
||||
- Dockerfile
|
||||
- .github/workflows/*
|
||||
- .github/test/Dockerfile*
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- requirements.txt
|
||||
- Dockerfile
|
||||
- .github/workflows/*
|
||||
- .github/test/Dockerfile*
|
||||
|
||||
# Changes to requirements.txt packages and Dockerfile may or may not always be compatible with arm etc, so worth testing
|
||||
# @todo: some kind of path filter for requirements.txt and Dockerfile
|
||||
|
|
Ładowanie…
Reference in New Issue