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

Commit fd91d945 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch 'fix-test-issue' into 'master'

Fix docker build issue

See merge request e/cloud/my-spot!25
parents dc1133ab 41621cb7
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 \