1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-15 01:00:12 +01:00

[fix] typo in Dockerfile

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2024-10-17 19:54:53 +02:00 committed by Markus Heiser
parent 4ef1c706f8
commit 038a2ff6bd

View File

@ -43,7 +43,8 @@ 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 \