aboutsummaryrefslogtreecommitdiffstats
path: root/docker/app/alpine/3.7/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/app/alpine/3.7/Dockerfile')
-rw-r--r--docker/app/alpine/3.7/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/app/alpine/3.7/Dockerfile b/docker/app/alpine/3.7/Dockerfile
index f2c7bcdf..33a6c12c 100644
--- a/docker/app/alpine/3.7/Dockerfile
+++ b/docker/app/alpine/3.7/Dockerfile
@@ -14,8 +14,8 @@ RUN apk add \
COPY . /app
WORKDIR /app
-
RUN python3 -m pip install .[$EXTRAS]
+
RUN apk del \
autoconf \
automake \