Skip to content

Commit

Permalink
Merge pull request #180 from ScanPlusGmbH/fix-179
Browse files Browse the repository at this point in the history
Fix #179 'libc not found'
  • Loading branch information
tobiasge authored Nov 11, 2019
2 parents 3f2fe54 + feb810a commit cf7aef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WORKDIR /install

RUN pip install --prefix="/install" --no-warn-script-location \
# gunicorn is used for launching netbox
gunicorn \
'gunicorn<20.0.0' \
greenlet \
eventlet \
# napalm is used for gathering information from network devices
Expand Down

0 comments on commit cf7aef3

Please sign in to comment.