mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-24 17:04:09 +01:00
Merge pull request #180 from ScanPlusGmbH/fix-179
Fix #179 'libc not found'
This commit is contained in:
commit
cf7aef31e2
@ -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