Skip to content

Commit 2df2798

Browse files
authored
Merge pull request #41 from linuxserver/pillow-actual-fix
2 parents 46eb46e + b4cdeae commit 2df2798

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN \
2525
zlib-dev && \
2626
echo "**** install runtime packages ****" && \
2727
apk add --no-cache --upgrade \
28+
tiff \
2829
postgresql-client \
2930
py3-setuptools \
3031
python3 \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ RUN \
2525
zlib-dev && \
2626
echo "**** install runtime packages ****" && \
2727
apk add --no-cache --upgrade \
28+
tiff \
2829
postgresql-client \
29-
py3-pillow \
3030
py3-setuptools \
3131
python3 \
3232
uwsgi \

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ RUN \
2525
zlib-dev && \
2626
echo "**** install runtime packages ****" && \
2727
apk add --no-cache --upgrade \
28+
tiff \
2829
postgresql-client \
29-
py3-pillow \
3030
py3-setuptools \
3131
python3 \
3232
uwsgi \

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ app_setup_block: |
5959
6060
# changelog
6161
changelogs:
62+
- { date: "01.08.22:", desc: "Remove py3-pillow, add tiff to fix deps." }
6263
- { date: "26.07.22:", desc: "Add py3-pillow package back on arm to fix build issue." }
6364
- { date: "10.12.21:", desc: "Remove py3-pillow package to fix dependency issue with 3.2.0." }
6465
- { date: "10.12.21:", desc: "Rebase to Alpine 3.15." }

0 commit comments

Comments
 (0)