aboutsummaryrefslogtreecommitdiffstats
path: root/docker/ci.Dockerfile
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-13 13:19:49 +0100
committerGravatar Gareth Coles <[email protected]>2018-06-13 13:19:49 +0100
commit91f3e8e359e4092fc26715a810fedc2c41307862 (patch)
tree26b2947361e9fd875643b3c85e7c4ea8e1b52e2d /docker/ci.Dockerfile
parentAdd JavaScript linting (diff)
Build CI container on the CI
Diffstat (limited to 'docker/ci.Dockerfile')
-rw-r--r--docker/ci.Dockerfile21
1 files changed, 7 insertions, 14 deletions
diff --git a/docker/ci.Dockerfile b/docker/ci.Dockerfile
index 3771e52b..0ea9ff9a 100644
--- a/docker/ci.Dockerfile
+++ b/docker/ci.Dockerfile
@@ -1,21 +1,14 @@
FROM python:3.6-alpine3.7
-RUN apk add --update tini \
- git \
+RUN apk add --update autoconf automake \
build-base \
- gcc \
- cmake \
- autoconf \
- automake \
- libtool \
- ruby \
- ruby-dev \
- ruby-rdoc \
- ruby-irb \
+ cmake curl \
docker \
- curl \
- nodejs \
- nodejs-npm
+ gcc git \
+ libtool \
+ nodejs nodejs-npm
+ ruby ruby-dev ruby-irb ruby-rdoc \
+ tini
ENV PIPENV_VENV_IN_PROJECT=1
ENV PIPENV_IGNORE_VIRTUALENVS=1