From 948745d40c6b8c5e7addb68f326de79e0c481189 Mon Sep 17 00:00:00 2001 From: Christopher Baklid Date: Tue, 5 Jun 2018 23:22:46 +0200 Subject: install dockker in the ci image --- docker/ci.Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3