mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 08:34:00 +01: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 New Issue
Block a user