🔼 Introduces a more recent gunicorn

This commit is contained in:
Christian Mäder 2017-08-30 11:08:21 +02:00
parent 4ce4373eb0
commit 822350d666
No known key found for this signature in database
GPG Key ID: 92FFD0A711F196BB
1 changed files with 3 additions and 2 deletions

View File

@ -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