aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-05-31 16:14:14 +0100
committerGravatar Gareth Coles <[email protected]>2018-05-31 16:14:14 +0100
commit52e42dcfe85cacef074e7736cf9c4ac1f3dccd17 (patch)
tree3c53e07492d8c703c2a8e8641e04f8538d785311
parentThis isn't what I signed up for! (diff)
Attempt to fix deployment
-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