Merge pull request #180 from ScanPlusGmbH/fix-179

Fix #179 'libc not found'
This commit is contained in:
Tobias Genannt
2019-11-11 10:21:32 +01:00
committed by GitHub

View File

@ -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