Remove py3-pillow package and build from pip

This commit is contained in:
TheSpad 2022-04-06 10:24:18 +01:00
parent 7f29281fcf
commit 01ea310772
4 changed files with 1 additions and 3 deletions

View File

@ -26,7 +26,6 @@ RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache --upgrade \
postgresql-client \
py3-pillow \
py3-setuptools \
python3 \
uwsgi \

View File

@ -26,7 +26,6 @@ RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache --upgrade \
postgresql-client \
py3-pillow \
py3-setuptools \
python3 \
uwsgi \

View File

@ -26,7 +26,6 @@ RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache --upgrade \
postgresql-client \
py3-pillow \
py3-setuptools \
python3 \
uwsgi \

View File

@ -59,6 +59,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "10.12.21:", desc: "Remove py3-pillow package to fix dependency issue with 3.2.0." }
- { date: "10.12.21:", desc: "Rebase to Alpine 3.15." }
- { date: "26.04.21:", desc: "Added Redis database environment variables." }
- { date: "03.02.21:", desc: "Added remote authentication environment variables." }