Fix #179 'libc not found'
Gunicorn version 20 crashes in this docker image. So for now use a version <20.
This commit is contained in:
parent
3f2fe54bfd
commit
feb810ab27
@ -18,7 +18,7 @@ WORKDIR /install
|
|||||||
|
|
||||||
RUN pip install --prefix="/install" --no-warn-script-location \
|
RUN pip install --prefix="/install" --no-warn-script-location \
|
||||||
# gunicorn is used for launching netbox
|
# gunicorn is used for launching netbox
|
||||||
gunicorn \
|
'gunicorn<20.0.0' \
|
||||||
greenlet \
|
greenlet \
|
||||||
eventlet \
|
eventlet \
|
||||||
# napalm is used for gathering information from network devices
|
# napalm is used for gathering information from network devices
|
||||||
|
Loading…
Reference in New Issue
Block a user