Browse Source

[mod] Dockerfile: remove protobuff dependency

See https://github.com/searx/searx/pull/2481
Alexandre Flament 4 years ago
parent
commit
ae0b621ec8
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Dockerfile

+ 0 - 3
Dockerfile

@@ -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 \