From 82fe491cbd12109b0fc823a4d73ac1ad87caff1e Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sun, 1 Feb 2026 21:24:17 +0100 Subject: Added files for docker --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index ce98abe..2165a1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,15 +6,17 @@ FROM debian:bookworm ARG DEBIAN_FRONTEND=noninteractive -RUN apt-get update && apt-get install -y --no-install-recommends \ +RUN apt-get update && apt-get install -y \ bash ca-certificates curl git jq \ ripgrep fd-find \ unzip zip xz-utils \ less nano vim-tiny tmux \ openssh-client \ - python3 python3-pip \ + python3 python3-pip python3-venv \ nodejs npm \ build-essential pkg-config \ + lynx \ + git \ && rm -rf /var/lib/apt/lists/* COPY --from=builder /usr/local/cargo/bin/aichat /usr/local/bin/aichat -- cgit v1.2.3