diff options
| author | 2018-09-18 20:01:22 +0200 | |
|---|---|---|
| committer | 2018-09-18 20:09:45 +0200 | |
| commit | 35616abce259780f76675eefa55c453ed3640b95 (patch) | |
| tree | 51944d549e5207f3a26ee9d21f02606d2c16af2d /docker/app/alpine/3.7 | |
| parent | Revert "Try to re-add host key checks." (diff) | |
Omit `autoconf`.
Diffstat (limited to 'docker/app/alpine/3.7')
| -rw-r--r-- | docker/app/alpine/3.7/Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/app/alpine/3.7/Dockerfile b/docker/app/alpine/3.7/Dockerfile index 8c413932..5e737fbf 100644 --- a/docker/app/alpine/3.7/Dockerfile +++ b/docker/app/alpine/3.7/Dockerfile @@ -3,7 +3,6 @@ FROM python:3.7-alpine ARG EXTRAS=deploy RUN apk add \ - autoconf \ automake \ cmake \ gcc \ @@ -18,7 +17,6 @@ RUN python3 -m pip install .[$EXTRAS] COPY . . RUN apk del \ - autoconf \ automake \ cmake \ gcc \ |