aboutsummaryrefslogtreecommitdiffstats
path: root/docker/app/stretch/3.7/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/app/stretch/3.7/Dockerfile')
-rw-r--r--docker/app/stretch/3.7/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/app/stretch/3.7/Dockerfile b/docker/app/stretch/3.7/Dockerfile
index ee765e1e..cc991e34 100644
--- a/docker/app/stretch/3.7/Dockerfile
+++ b/docker/app/stretch/3.7/Dockerfile
@@ -5,7 +5,6 @@ ARG EXTRAS=deploy
RUN apt-get update -y
RUN apt-get install -y \
automake \
- cmake \
gcc \
libc-dev \
libpq-dev
@@ -17,7 +16,6 @@ COPY . .
RUN apt-get purge -y \
automake \
- cmake \
gcc
CMD ["gunicorn", "--workers", "4", "--bind", "0.0.0.0:4000", "pysite.wsgi:applicati