[mod] Dockerfile: remove protobuff dependency

See https://github.com/searx/searx/pull/2481
This commit is contained in:
Alexandre Flament 2021-03-25 17:09:28 +01:00 committed by GitHub
parent 06b754ad67
commit ae0b621ec8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -41,8 +41,6 @@ RUN apk upgrade --no-cache \
openssl-dev \ openssl-dev \
tar \ tar \
git \ git \
protoc \
protobuf-dev \
&& apk add --no-cache \ && apk add --no-cache \
ca-certificates \ ca-certificates \
su-exec \ su-exec \
@ -55,7 +53,6 @@ RUN apk upgrade --no-cache \
uwsgi \ uwsgi \
uwsgi-python3 \ uwsgi-python3 \
brotli \ brotli \
protobuf \
&& pip3 install --upgrade pip \ && pip3 install --upgrade pip \
&& pip3 install --no-cache -r requirements.txt \ && pip3 install --no-cache -r requirements.txt \
&& apk del build-dependencies \ && apk del build-dependencies \