We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9332c2 commit 78bde56Copy full SHA for 78bde56
1 file changed
cubbi/images/goose/Dockerfile
@@ -21,6 +21,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
21
ripgrep \
22
openssh-client \
23
vim \
24
+ nodejs \
25
+ npm \
26
&& rm -rf /var/lib/apt/lists/*
27
28
# Install deps
0 commit comments