Fix searx master build

This commit is contained in:
hoellen 2021-01-18 11:05:24 +01:00
parent 564b517ece
commit 3cc1ca6a09

View File

@ -12,6 +12,8 @@ RUN apk -U upgrade \
libffi-dev \ libffi-dev \
libxslt-dev \ libxslt-dev \
libxml2-dev \ libxml2-dev \
protoc \
protobuf-dev \
openssl-dev \ openssl-dev \
git \ git \
ca-certificates \ ca-certificates \
@ -19,6 +21,7 @@ RUN apk -U upgrade \
su-exec \ su-exec \
python3 \ python3 \
py-pip \ py-pip \
protobuf \
libxml2 \ libxml2 \
libxslt \ libxslt \
openssl \ openssl \