Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache --upgrade \
postgresql-client \
py3-pillow \
py3-setuptools \
python3 \
uwsgi \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache --upgrade \
postgresql-client \
py3-pillow \
py3-setuptools \
python3 \
uwsgi \
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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." }
Expand Down
1 change: 1 addition & 0 deletions root/defaults/uwsgi.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[uwsgi]
http-socket = :8000
buffer-size = 32768
enable-threads
plugin = python3
module = netbox.wsgi:application
Expand Down
Empty file modified root/etc/services.d/netbox/run
100644 → 100755
Empty file.