Alpine linux build - adding JPEG development headers to fix build errors

pull/2169/head
dgtlmoon 2024-02-10 20:57:04 +01:00 zatwierdzone przez GitHub
rodzic 3287283065
commit 1f57d9d0b6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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 \

Wyświetl plik

@ -11,12 +11,14 @@ on:
- requirements.txt - requirements.txt
- Dockerfile - Dockerfile
- .github/workflows/* - .github/workflows/*
- .github/test/Dockerfile*
pull_request: pull_request:
paths: paths:
- requirements.txt - requirements.txt
- Dockerfile - Dockerfile
- .github/workflows/* - .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 # 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 # @todo: some kind of path filter for requirements.txt and Dockerfile