aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-05-31 18:05:12 +0100
committerGravatar Gareth Coles <[email protected]>2018-05-31 18:05:12 +0100
commit48a4656ae2dfc1523c9aa07fb7b9ab1ac0ad09a7 (patch)
treeb29ecdc4171aa6179c6d67fda6ccd08ffa192ff4
parent[Gunicorn] It's "description", not "message" (diff)
parentAdd new packages to base: cmake, autoconf, automake & libtool (diff)
Merge remote-tracking branch 'origin/master'
-rw-r--r--docker/Dockerfile.base3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/Dockerfile.base b/docker/Dockerfile.base
index 7370a13a..7119d770 100644
--- a/docker/Dockerfile.base
+++ b/docker/Dockerfile.base
@@ -5,6 +5,9 @@ RUN apk add --update git
RUN apk add --update build-base
RUN apk add --update gcc
RUN apk add --update cmake
+RUN apk add --update autoconf
+RUN apk add --update automake
+RUN apk add --update libtool
ENV PIPENV_VENV_IN_PROJECT=1
ENV PIPENV_IGNORE_VIRTUALENVS=1