aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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