diff options
author | 2018-05-31 16:14:14 +0100 | |
---|---|---|
committer | 2018-05-31 16:14:14 +0100 | |
commit | 52e42dcfe85cacef074e7736cf9c4ac1f3dccd17 (patch) | |
tree | 3c53e07492d8c703c2a8e8641e04f8538d785311 | |
parent | This isn't what I signed up for! (diff) |
Attempt to fix deployment
-rw-r--r-- | docker/Dockerfile.base | 1 |
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 |