Merge pull request #193 from netbox-community/revert-180
Revert "Fix #179 'libc not found'"
This commit is contained in:
commit
0f7675c792
|
@ -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<20.0.0' \
|
gunicorn \
|
||||||
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