File tree Expand file tree Collapse file tree 5 files changed +4
-0
lines changed Expand file tree Collapse file tree 5 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2626 echo "**** install runtime packages ****" && \
2727 apk add --no-cache --upgrade \
2828 postgresql-client \
29+ py3-pillow \
2930 py3-setuptools \
3031 python3 \
3132 uwsgi \
Original file line number Diff line number Diff line change 2626 echo "**** install runtime packages ****" && \
2727 apk add --no-cache --upgrade \
2828 postgresql-client \
29+ py3-pillow \
2930 py3-setuptools \
3031 python3 \
3132 uwsgi \
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ app_setup_block: |
5959
6060# changelog
6161changelogs :
62+ - { date: "26.07.22:", desc: "Add py3-pillow package back on arm to fix build issue." }
6263 - { date: "10.12.21:", desc: "Remove py3-pillow package to fix dependency issue with 3.2.0." }
6364 - { date: "10.12.21:", desc: "Rebase to Alpine 3.15." }
6465 - { date: "26.04.21:", desc: "Added Redis database environment variables." }
Original file line number Diff line number Diff line change 11[uwsgi]
22http-socket = :8000
3+ buffer-size = 32768
34enable-threads
45plugin = python3
56module = netbox.wsgi:application
You can’t perform that action at this time.
0 commit comments