diff options
author | 2018-06-05 23:22:46 +0200 | |
---|---|---|
committer | 2018-06-05 23:22:46 +0200 | |
commit | 948745d40c6b8c5e7addb68f326de79e0c481189 (patch) | |
tree | 4b5b351673119a9c82c78d3ae15b412c3dd601d3 | |
parent | forgot to remove debug command (diff) |
install dockker in the ci image
-rw-r--r-- | docker/ci.Dockerfile | 3 |
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 |