mirror of https://github.com/searxng/searxng.git
parent
3e5621e1af
commit
163031c394
|
@ -43,8 +43,7 @@ RUN apk add --no-cache -t build-dependencies \
|
||||||
tini \
|
tini \
|
||||||
uwsgi \
|
uwsgi \
|
||||||
uwsgi-python3 \
|
uwsgi-python3 \
|
||||||
brotli
|
brotli \
|
||||||
|
|
||||||
# For 32bit arm architecture install pydantic from the alpine repos instead of requirements.txt
|
# For 32bit arm architecture install pydantic from the alpine repos instead of requirements.txt
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
RUN if [ "$TARGETARCH" = "arm" ]; then \
|
RUN if [ "$TARGETARCH" = "arm" ]; then \
|
||||||
|
|
Loading…
Reference in New Issue