Skip to content

Commit 8664e42

Browse files
committed
Revert "Fix #179 'libc not found'"
This reverts commit feb810a.
1 parent c083baf commit 8664e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ WORKDIR /install
1818

1919
RUN pip install --prefix="/install" --no-warn-script-location \
2020
# gunicorn is used for launching netbox
21-
'gunicorn<20.0.0' \
21+
gunicorn \
2222
greenlet \
2323
eventlet \
2424
# napalm is used for gathering information from network devices

0 commit comments

Comments
 (0)