From 8664e42233175ce2a2e9b78163ae01c0de26b789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Tue, 26 Nov 2019 11:40:10 +0100 Subject: [PATCH] Revert "Fix #179 'libc not found'" This reverts commit feb810ab27bf459a54a3e2055e7c399ed478f1f5. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7a9af9..d96fd01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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