feat: add nodejs/npm into goose image

This commit is contained in:
2026-01-06 21:44:46 -06:00
parent a9332c284e
commit 78bde56cb4

View File

@@ -21,6 +21,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ripgrep \ ripgrep \
openssh-client \ openssh-client \
vim \ vim \
nodejs \
npm \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Install deps # Install deps