mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
🔼 Introduces a more recent gunicorn
This commit is contained in:
parent
4ce4373eb0
commit
822350d666
|
|
@ -13,8 +13,9 @@ RUN apk add --no-cache \
|
|||
openldap-dev \
|
||||
openssl-dev \
|
||||
postgresql-dev \
|
||||
wget \
|
||||
&& pip install gunicorn==17.5
|
||||
wget
|
||||
|
||||
RUN pip install gunicorn
|
||||
|
||||
WORKDIR /opt
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue