Skip to content

Commit cf7aef3

Browse files
authored
Merge pull request #180 from ScanPlusGmbH/fix-179
Fix #179 'libc not found'
2 parents 3f2fe54 + feb810a commit cf7aef3

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 \
21+
'gunicorn<20.0.0' \
2222
greenlet \
2323
eventlet \
2424
# napalm is used for gathering information from network devices

0 commit comments

Comments
 (0)