From b75f376eff670e049c776472b0c5cc09ee0a891f Mon Sep 17 00:00:00 2001 From: Iulian Meghea Date: Fri, 11 Sep 2026 13:47:58 +0000 Subject: [PATCH] feat(base): add lsof for opencode.nvim server discovery --- README.md | 2 +- images/base/Dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04ea491..6bc9bd4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Base images for Coder workspaces. | Image | Tag | Contents | |-------|-----|----------| -| Base | `:base` | Ubuntu Noble + bash, bash-completion, git, curl, Node.js 24, gh CLI, tea CLI, ripgrep, fd-find, tmux, build-essential, age, sops, ssh-to-age | +| Base | `:base` | Ubuntu Noble + bash, bash-completion, git, curl, Node.js 24, gh CLI, tea CLI, ripgrep, fd-find, tmux, build-essential, age, sops, ssh-to-age, lsof | | DevOps | `:devops` | Base + Terraform, Packer, tflint, azcopy | ## Usage diff --git a/images/base/Dockerfile b/images/base/Dockerfile index aabbbe4..44f3ac7 100644 --- a/images/base/Dockerfile +++ b/images/base/Dockerfile @@ -20,6 +20,7 @@ apt-get install -y --no-install-recommends \ git-lfs \ iproute2 \ jq \ + lsof \ locales \ openssh-client \ sudo