aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-06-05 23:22:46 +0200
committerGravatar Christopher Baklid <[email protected]>2018-06-05 23:22:46 +0200
commit948745d40c6b8c5e7addb68f326de79e0c481189 (patch)
tree4b5b351673119a9c82c78d3ae15b412c3dd601d3
parentforgot to remove debug command (diff)
install dockker in the ci image
-rw-r--r--docker/ci.Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/docker/ci.Dockerfile b/docker/ci.Dockerfile
index de19b53..e19bf7a 100644
--- a/docker/ci.Dockerfile
+++ b/docker/ci.Dockerfile
@@ -1,7 +1,6 @@
FROM python:3.6-alpine3.7
-RUN apk add --no-cache libstdc++ protobuf
-RUN apk add --update build-base
+RUN apk add --no-cache libstdc++ protobuf build-base docker
ENV PIPENV_VENV_IN_PROJECT=1
ENV PIPENV_IGNORE_VIRTUALENVS=1