Skip to content

Commit de4a960

Browse files
authored
Add nodejs 18.x and yarn
1 parent 0eb3e19 commit de4a960

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,9 @@ RUN wget https://github.com/fabpot/local-php-security-checker/releases/download/
3131
&& mv local-php-security-checker_1.2.0_linux_amd64 /usr/local/bin/local-php-security-checker
3232

3333
# Ansistrano roles for deployment
34-
RUN ansible-galaxy install ansistrano.deploy ansistrano.rollback
34+
RUN ansible-galaxy install ansistrano.deploy ansistrano.rollback
35+
36+
# Install Node and yarn
37+
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
38+
RUN apt-get install -y nodejs
39+
RUN corepack enable

0 commit comments

Comments
 (0)