aboutsummaryrefslogtreecommitdiffstats
path: root/docker/app/alpine/3.7/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/app/alpine/3.7/Dockerfile')
-rw-r--r--docker/app/alpine/3.7/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/app/alpine/3.7/Dockerfile b/docker/app/alpine/3.7/Dockerfile
index 1d61fcaa..f17a41c3 100644
--- a/docker/app/alpine/3.7/Dockerfile
+++ b/docker/app/alpine/3.7/Dockerfile
@@ -4,7 +4,6 @@ ARG EXTRAS=deploy
RUN apk add \
automake \
- cmake \
gcc \
libpq \
musl-dev \
@@ -17,7 +16,6 @@ COPY . .
RUN apk del \
automake \
- cmake \
gcc
CMD ["gunicorn", "--workers", "4", "--bind", "0.0.0.0:4000", "pysite.wsgi:application"]