summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-03-25 17:09:28 +0100
committerGitHub <noreply@github.com>2021-03-25 17:09:28 +0100
commitae0b621ec8de85285e39877dee0117ad82baea1b (patch)
tree1a03ebed7016ec78fc5e763ad9777b79aaec9af0 /Dockerfile
parent06b754ad67aa6066aed6df77b5ffb74aabebb040 (diff)
[mod] Dockerfile: remove protobuff dependency
See https://github.com/searx/searx/pull/2481
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index f251d06e..3894aa96 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 \