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

Unverified Commit ae0b621e authored by Alexandre Flament's avatar Alexandre Flament Committed by GitHub
Browse files

[mod] Dockerfile: remove protobuff dependency

parent 06b754ad
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -41,8 +41,6 @@ RUN apk upgrade --no-cache \
    openssl-dev \
    tar \
    git \
    protoc \
    protobuf-dev \
 && apk add --no-cache \
    ca-certificates \
    su-exec \
@@ -55,7 +53,6 @@ RUN apk upgrade --no-cache \
    uwsgi \
    uwsgi-python3 \
    brotli \
    protobuf \
 && pip3 install --upgrade pip \
 && pip3 install --no-cache -r requirements.txt \
 && apk del build-dependencies \