This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
FROM python:3.8-alpine
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN set -eux; \
|
||||
apk --no-cache add --virtual build-dependencies gcc musl-dev \
|
||||
libffi-dev \
|
||||
|
||||
Reference in New Issue
Block a user