diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index e381686..9a7ca7e 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -17,7 +17,6 @@ RUN apk add --no-cache git \ postgresql-client \ python \ py-pip \ - py-gevent \ py-gunicorn && \ # Temporary packages to build CKAN requirements apk add --no-cache --virtual .build-deps \