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 \
libxslt-dev \
libxml2-dev \
protoc \
protobuf-dev \
openssl-dev \
git \
ca-certificates \
@ -19,6 +21,7 @@ RUN apk -U upgrade \
su-exec \
python3 \
py-pip \
protobuf \
libxml2 \
libxslt \
openssl \