diff options
| author | 2018-09-18 20:21:22 +0200 | |
|---|---|---|
| committer | 2018-09-18 20:21:22 +0200 | |
| commit | a19db64dcc2e84738df68fb086456d2a5fb6cc7c (patch) | |
| tree | f243ccbc8cbd6c11199d3c981079b1543e6c9afd /docker/app/alpine/3.7 | |
| parent | Omit `autoconf`. (diff) | |
Omit `git`.
Diffstat (limited to 'docker/app/alpine/3.7')
| -rw-r--r-- | docker/app/alpine/3.7/Dockerfile | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/docker/app/alpine/3.7/Dockerfile b/docker/app/alpine/3.7/Dockerfile index 5e737fbf..1d61fcaa 100644 --- a/docker/app/alpine/3.7/Dockerfile +++ b/docker/app/alpine/3.7/Dockerfile @@ -6,7 +6,6 @@ RUN apk add \          automake \          cmake \          gcc \ -        git \          libpq \          musl-dev \          postgresql-dev @@ -19,7 +18,6 @@ COPY . .  RUN apk del \          automake \          cmake \ -        gcc \ -        git +        gcc  CMD ["gunicorn", "--workers", "4", "--bind", "0.0.0.0:4000", "pysite.wsgi:application"] | 
