aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-04 22:50:14 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-04 22:50:14 +0200
commit2890a84e27db26e466d13965ddbe67371e17abc7 (patch)
tree606ea62a8dad6ab8f321ead29231659991af2fa5 /Dockerfile
parentAdd `gunicorn` dependency. (diff)
Purge unneeded packages.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 7252598d..8c88acc1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,5 +13,6 @@ COPY . /app
WORKDIR /app
RUN pipenv install --deploy --system
+RUN apk del python3-dev git libpq postgresql-dev gcc cmake autoconf automake musl-dev
CMD ["gunicorn", "--workers", "4", "--bind", "0.0.0.0:4000", "pysite:wsgi"]