We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc73e1 commit ce01fc0Copy full SHA for ce01fc0
1 file changed
Dockerfile
@@ -35,8 +35,9 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
35
&& apt-get install -y awscli azure-cli terraform \
36
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*
37
38
-# Install ast-grep
39
-RUN npm i @ast-grep/cli -g
+# Install ast-grep and yarn
+RUN npm i @ast-grep/cli -g \
40
+ && npm i yarn -g
41
42
# Install a newer Neovim than what Debian provides.
43
RUN curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz \
0 commit comments