Fix Docker image building. Closes #51.
This commit is contained in:
parent
a98df69f67
commit
6794f0ab03
@ -1,6 +1,6 @@
|
||||
FROM python:3.6-alpine
|
||||
|
||||
RUN apk --no-cache add build-base
|
||||
RUN apk --no-cache add build-base libffi-dev
|
||||
|
||||
WORKDIR /app
|
||||
ADD requirements.txt /app
|
||||
|
Loading…
Reference in New Issue
Block a user