aboutsummaryrefslogtreecommitdiffstats
path: root/docker/app/alpine/3.6/Dockerfile
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-18 20:01:22 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-18 20:09:45 +0200
commit35616abce259780f76675eefa55c453ed3640b95 (patch)
tree51944d549e5207f3a26ee9d21f02606d2c16af2d /docker/app/alpine/3.6/Dockerfile
parentRevert "Try to re-add host key checks." (diff)
Omit `autoconf`.
Diffstat (limited to 'docker/app/alpine/3.6/Dockerfile')
-rw-r--r--docker/app/alpine/3.6/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/app/alpine/3.6/Dockerfile b/docker/app/alpine/3.6/Dockerfile
index 8f8116c6..3d37d71f 100644
--- a/docker/app/alpine/3.6/Dockerfile
+++ b/docker/app/alpine/3.6/Dockerfile
@@ -3,7 +3,6 @@ FROM python:3.6-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 \