aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 4 insertions, 2 deletions
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