summaryrefslogtreecommitdiff
path: root/container/builder.dockerfile
diff options
context:
space:
mode:
authorIvan Gabaldon <igabaldon@inetol.net>2026-06-16 15:32:47 +0200
committerGitHub <noreply@github.com>2026-06-16 15:32:47 +0200
commit502c820a25bfd9e7a7175671c9d7dc96cf8afbdf (patch)
tree2eb71a5ea283bcaba72bc99e88eff7d467588065 /container/builder.dockerfile
parent4fb49b44988b0c2e9f323e0526f0c9c2bb8dfa2d (diff)
[fix] container: setup minimal (#6268)
Start minimal, use defaults, and extend later on. The templates are no longer checked for changes, which was confusing and annoying after a while. See: https://github.com/searxng/searxng/issues/6261#issuecomment-4716008282
Diffstat (limited to 'container/builder.dockerfile')
-rw-r--r--container/builder.dockerfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/container/builder.dockerfile b/container/builder.dockerfile
index eced10428..43eb50895 100644
--- a/container/builder.dockerfile
+++ b/container/builder.dockerfile
@@ -21,8 +21,6 @@ RUN --mount=type=cache,id=uv,target=/root/.cache/uv set -eux -o pipefail; \
COPY --exclude=./searx/version_frozen.py ./searx/ ./searx/
-ARG TIMESTAMP_SETTINGS="0"
-
RUN set -eux -o pipefail; \
python -m compileall -q -f -j 0 --invalidation-mode=unchecked-hash ./searx/; \
find ./searx/static/ -type f \
@@ -30,5 +28,4 @@ RUN set -eux -o pipefail; \
-exec gzip -9 -k {} + \
-exec brotli -9 -k {} + \
-exec gzip --test {}.gz + \
- -exec brotli --test {}.br +; \
- touch -c --date="@$TIMESTAMP_SETTINGS" ./searx/settings.yml
+ -exec brotli --test {}.br +