Revert "Fix #179 'libc not found'"

This reverts commit feb810ab27.
This commit is contained in:
Christian Mäder 2019-11-26 11:40:10 +01:00
parent c083baf640
commit 8664e42233
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ WORKDIR /install
RUN pip install --prefix="/install" --no-warn-script-location \
# gunicorn is used for launching netbox
'gunicorn<20.0.0' \
gunicorn \
greenlet \
eventlet \
# napalm is used for gathering information from network devices