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

Commit 41621cb7 authored by Romain Hunault's avatar Romain Hunault
Browse files

Fix docker build issue

parent dc1133ab
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -18,9 +18,8 @@ RUN apk -U add \
    openssl \
    openssl-dev \
    ca-certificates \
 && pip install --upgrade pip \
 && pip install --no-cache -r requirements.txt \
 && pip install --no-cache coverage \
 && pip install -r requirements.txt \
 && pip install coverage \
 && apk del \
    build-base \
    libffi-dev \