mirror of
https://github.com/linuxserver/docker-netbox.git
synced 2026-02-20 08:40:10 +08:00
Merge pull request #41 from linuxserver/pillow-actual-fix
This commit is contained in:
commit
2df27989e5
@ -25,6 +25,7 @@ RUN \
|
||||
zlib-dev && \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apk add --no-cache --upgrade \
|
||||
tiff \
|
||||
postgresql-client \
|
||||
py3-setuptools \
|
||||
python3 \
|
||||
|
||||
@ -25,8 +25,8 @@ RUN \
|
||||
zlib-dev && \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apk add --no-cache --upgrade \
|
||||
tiff \
|
||||
postgresql-client \
|
||||
py3-pillow \
|
||||
py3-setuptools \
|
||||
python3 \
|
||||
uwsgi \
|
||||
|
||||
@ -25,8 +25,8 @@ RUN \
|
||||
zlib-dev && \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apk add --no-cache --upgrade \
|
||||
tiff \
|
||||
postgresql-client \
|
||||
py3-pillow \
|
||||
py3-setuptools \
|
||||
python3 \
|
||||
uwsgi \
|
||||
|
||||
@ -59,6 +59,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "01.08.22:", desc: "Remove py3-pillow, add tiff to fix deps." }
|
||||
- { date: "26.07.22:", desc: "Add py3-pillow package back on arm to fix build issue." }
|
||||
- { 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." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user