diff options
| author | Leonard Kugis <leonard@kug.is> | 2026-02-01 21:24:17 +0100 |
|---|---|---|
| committer | Leonard Kugis <leonard@kug.is> | 2026-02-01 21:24:17 +0100 |
| commit | 82fe491cbd12109b0fc823a4d73ac1ad87caff1e (patch) | |
| tree | c2c31907543c2fde27cf8e43f73b1ddfe34b26bd /Dockerfile | |
| parent | b4d0b51b1f6cadbd855d38cb231f209402c9a2e7 (diff) | |
| download | aichat-dev-docker-82fe491cbd12109b0fc823a4d73ac1ad87caff1e.tar.gz | |
Added files for docker
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 |
