From 9149175ff29afbba57fc899b1b555f70fa3b9d10 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Fri, 11 Jul 2025 16:51:58 +0200 Subject: [fix] devcontainers: missing Valkey package (#4997) Use specific branch as `valkey-server` package is only available in trixie and bookworm backports. Reported https://github.com/searxng/searxng/discussions/4995 Closes https://github.com/searxng/searxng/issues/4996 --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) (limited to '.devcontainer/devcontainer.json') diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d14cef571..2193e09dc 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,8 @@ { "build": { + "args": { + "DEBIAN_CODENAME": "bookworm", + }, "dockerfile": "Dockerfile" }, "features": { -- cgit v1.2.3