Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 6b462afe authored by ZEROF's avatar ZEROF Committed by GitHub
Browse files

Update Dockerfile

- Fix for docker image build error "Could not find a version that satisfies the requirement cffi!=1.11.3,>=1.7 (from versions: )"
parent bc7c8a39
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap
    openssl-dev \
    ca-certificates \
    tini@commuedge \
 && pip install --upgrade pip   
 && pip install --no-cache -r requirements.txt \
 && apk del \
    build-base \