diff --git a/Dockerfile b/Dockerfile index d0cf439..cc80c33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,9 @@ RUN apk add --no-cache \ openldap-dev \ openssl-dev \ postgresql-dev \ - wget \ - && pip install gunicorn==17.5 + wget + +RUN pip install gunicorn WORKDIR /opt