From 822350d666e2d3a39ca223c5168d3c858d6ad381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Wed, 30 Aug 2017 11:08:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BC=20Introduces=20a=20more=20recent?= =?UTF-8?q?=20gunicorn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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