mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] add checker
This commit is contained in:
parent
f7e11fd722
commit
8cbc9f2d58
11 changed files with 539 additions and 2 deletions
|
|
@ -41,6 +41,8 @@ RUN apk upgrade --no-cache \
|
|||
openssl-dev \
|
||||
tar \
|
||||
git \
|
||||
protoc \
|
||||
protobuf-dev \
|
||||
&& apk add --no-cache \
|
||||
ca-certificates \
|
||||
su-exec \
|
||||
|
|
@ -53,6 +55,7 @@ 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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue