Skip to content

Commit ce01fc0

Browse files
committed
install yarn
1 parent 3cc73e1 commit ce01fc0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
3535
&& apt-get install -y awscli azure-cli terraform \
3636
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*
3737

38-
# Install ast-grep
39-
RUN npm i @ast-grep/cli -g
38+
# Install ast-grep and yarn
39+
RUN npm i @ast-grep/cli -g \
40+
&& npm i yarn -g
4041

4142
# Install a newer Neovim than what Debian provides.
4243
RUN curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz \

0 commit comments

Comments
 (0)