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

Commit 81db2e07 authored by ZEROF's avatar ZEROF Committed by pofilo
Browse files

Update Dockerfile (#1451)

- Forget one "\" in the process!
parent 0b7f0bde
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +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 --upgrade pip \
 && pip install --no-cache -r requirements.txt \
 && apk del \
    build-base \