Fix Docker image building. Closes #51.

This commit is contained in:
Ske 2019-03-07 15:45:38 +01:00
parent a98df69f67
commit 6794f0ab03

View File

@ -1,6 +1,6 @@
FROM python:3.6-alpine FROM python:3.6-alpine
RUN apk --no-cache add build-base RUN apk --no-cache add build-base libffi-dev
WORKDIR /app WORKDIR /app
ADD requirements.txt /app ADD requirements.txt /app