Add ~/.local/bin and ~/.cargo/bin to PATH for uv and rustup

This commit is contained in:
2026-04-13 19:48:31 +02:00
parent 9e381ebe32
commit 875afe0039
+1
View File
@@ -113,6 +113,7 @@ ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.UTF-8 ENV LC_ALL=en_US.UTF-8
ENV EDITOR=nvim ENV EDITOR=nvim
ENV PATH="/home/developer/.local/bin:/home/developer/.cargo/bin:${PATH}"
# ── Node.js (required for opencode v1.x install + MCP servers) ────── # ── Node.js (required for opencode v1.x install + MCP servers) ──────
ARG NODE_VERSION=22 ARG NODE_VERSION=22