diff options
author | Alexandre Flament <alex@al-f.net> | 2021-03-25 17:09:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 17:09:28 +0100 |
commit | ae0b621ec8de85285e39877dee0117ad82baea1b (patch) | |
tree | 1a03ebed7016ec78fc5e763ad9777b79aaec9af0 | |
parent | 06b754ad67aa6066aed6df77b5ffb74aabebb040 (diff) | |
download | searxng-ae0b621ec8de85285e39877dee0117ad82baea1b.tar.gz searxng-ae0b621ec8de85285e39877dee0117ad82baea1b.zip |
[mod] Dockerfile: remove protobuff dependency
See https://github.com/searx/searx/pull/2481
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile index f251d06ea..3894aa968 100644 --- a/Dockerfile +++ b/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 \ |