mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
Fix searx master build
This commit is contained in:
parent
564b517ece
commit
3cc1ca6a09
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user