Closed arturgspb closed 7 years ago
FROM alpine
FROM alpine
# build japronto
RUN apk add --no-cache python3 ca-certificates
RUN apk add --no-cache --virtual .build-deps py3-pip build-base python3-dev \
&& pip3 --no-cache install https://github.com/squeaky-pl/japronto/archive/master.zip \
&& apk del .build-deps \
&& rm -rf /var/cache/apk/*
Hi, subj
I see error in pip install output:
Maybe it's because working any restriction in setup.py?