Fix Docker image building. Closes #51.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user