Merge pull request #40 from linuxserver/pillow

This commit is contained in:
Adam 2022-07-27 22:49:54 +01:00 committed by GitHub
commit cf47a78566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 0 deletions

View File

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

View File

@ -26,6 +26,7 @@ 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: "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." }
- { date: "26.04.21:", desc: "Added Redis database environment variables." }

View File

@ -1,5 +1,6 @@
[uwsgi]
http-socket = :8000
buffer-size = 32768
enable-threads
plugin = python3
module = netbox.wsgi:application

0
root/etc/services.d/netbox/run Normal file → Executable file
View File