diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
