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/Dockerfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/docker/app/stretch/3.7/Dockerfile b/docker/app/stretch/3.7/Dockerfile
index 67251723..ee765e1e 100644
--- a/docker/app/stretch/3.7/Dockerfile
+++ b/docker/app/stretch/3.7/Dockerfile
@@ -7,7 +7,6 @@ RUN apt-get install -y \
automake \
cmake \
gcc \
- git \
libc-dev \
libpq-dev
@@ -19,7 +18,6 @@ COPY . .
RUN apt-get purge -y \
automake \
cmake \
- gcc \
- git
+ gcc
CMD ["gunicorn", "--workers", "4", "--bind", "0.0.0.0:4000", "pysite.wsgi:applicati