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 0eb3e19 commit de4a960Copy full SHA for de4a960
Dockerfile
@@ -31,4 +31,9 @@ RUN wget https://github.com/fabpot/local-php-security-checker/releases/download/
31
&& mv local-php-security-checker_1.2.0_linux_amd64 /usr/local/bin/local-php-security-checker
32
33
# Ansistrano roles for deployment
34
-RUN ansible-galaxy install ansistrano.deploy ansistrano.rollback
+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