aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile.base1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile.base b/docker/Dockerfile.base
index a09a04e8..34a41bd9 100644
--- a/docker/Dockerfile.base
+++ b/docker/Dockerfile.base
@@ -3,6 +3,7 @@ FROM python:3.6-alpine3.7
RUN apk add --update tini
RUN apk add --update git
RUN apk add --update build-base
+RUN apk add --update gcc
ENV PIPENV_VENV_IN_PROJECT=1
ENV PIPENV_IGNORE_VIRTUALENVS=1