add:nano sql3lite
This commit is contained in:
parent
f9d976ecc5
commit
d801fc63e5
2 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ FROM python:3.12-slim
|
|||
RUN apt-get update && apt-get install -y \
|
||||
git curl build-essential unzip sudo \
|
||||
ffmpeg jq zsh pkg-config libssl-dev wget \
|
||||
default-jdk-headless just nano
|
||||
default-jdk-headless just nano sqlite3
|
||||
|
||||
# install dotnet SDK
|
||||
# https://learn.microsoft.com/en-gb/dotnet/core/tools/telemetry?tabs=dotnet10
|
||||
|
|
|
|||
4
zsh.add
4
zsh.add
|
|
@ -15,8 +15,8 @@ function agent() {
|
|||
--add-host=host.docker.internal:host-gateway \
|
||||
-v "$TARGET_DIR:/workspace" \
|
||||
-v "$HOME/git/mcp:/root/mcp" \
|
||||
-v ~/.local/share/opencode:/root/.local/share/opencode \
|
||||
-v ~/.config/opencode:/root/.config/opencode \
|
||||
-v "$HOME/.local/share/opencode:/root/.local/share/opencode" \
|
||||
-v "$HOME/.config/opencode:/root/.config/opencode" \
|
||||
-v opencode-cargo-cache:/root/.cargo \
|
||||
-v opencode-go-cache:/root/go \
|
||||
-v opencode-bun-cache:/root/.bun \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue