Skip to content

Commit 0f7675c

Browse files
authored
Merge pull request #193 from netbox-community/revert-180
Revert "Fix #179 'libc not found'"
2 parents f3bbfdc + 8664e42 commit 0f7675c

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)