summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2024-10-17 19:54:53 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-10-17 19:57:33 +0200
commit038a2ff6bd3d610d9dac6bcd029827b215e9c5c1 (patch)
tree96a90f764f350b2e713a933183acab234f3eeeee
parent4ef1c706f825ccb1190ebb2cfbf6a16db6b051d0 (diff)
downloadsearxng-038a2ff6bd3d610d9dac6bcd029827b215e9c5c1.tar.gz
searxng-038a2ff6bd3d610d9dac6bcd029827b215e9c5c1.zip
[fix] typo in Dockerfile
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c12391276..0782d122b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -43,7 +43,8 @@ RUN apk add --no-cache -t build-dependencies \
tini \
uwsgi \
uwsgi-python3 \
- brotli \
+ brotli
+
# For 32bit arm architecture install pydantic from the alpine repos instead of requirements.txt
ARG TARGETARCH
RUN if [ "$TARGETARCH" = "arm" ]; then \