diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2024-10-28 08:18:00 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-10-29 13:50:38 +0100 |
commit | 163031c39486918b920452a7fcc910e7e74b6ded (patch) | |
tree | 32f54093ef86831ee2d64333c0e13625641468e3 /Dockerfile | |
parent | 3e5621e1af0e7540d342f395f1a8a26a8d19ad53 (diff) | |
download | searxng-163031c39486918b920452a7fcc910e7e74b6ded.tar.gz searxng-163031c39486918b920452a7fcc910e7e74b6ded.zip |
Revert "[fix] typo in Dockerfile"
This reverts commit 038a2ff6bd3d610d9dac6bcd029827b215e9c5c1.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 0782d122b..c12391276 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,8 +43,7 @@ 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 \ |