Skip to content

Commit 873a040

Browse files
committed
Update gunicorn and remove outdated workaround
1 parent cdd7d24 commit 873a040

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ ENV PUPPETBOARD_SETTINGS docker_settings.py
1212
RUN mkdir -p /usr/src/app/
1313
WORKDIR /usr/src/app/
1414

15-
# Workaround for https://github.com/benoitc/gunicorn/issues/2160
16-
RUN apk --update --no-cache add libc-dev binutils
17-
1815
COPY requirements*.txt /usr/src/app/
1916
RUN pip install --no-cache-dir -r requirements-docker.txt
2017

requirements-docker.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
-r requirements.txt
2-
gunicorn==20.0.0
2+
gunicorn==20.1.0

0 commit comments

Comments
 (0)