Skip to content
Snippets Groups Projects
Commit c0fcfcaa authored by Hakan EBABIL's avatar Hakan EBABIL
Browse files

now this has to work

parent 21972345
Branches
Tags
No related merge requests found
...@@ -11,9 +11,7 @@ RUN mkdir -p $COMPOSER_HOME && chmod -R 777 $COMPOSER_HOME && curl -sS https://g ...@@ -11,9 +11,7 @@ RUN mkdir -p $COMPOSER_HOME && chmod -R 777 $COMPOSER_HOME && curl -sS https://g
# Install NPM # Install NPM
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash RUN curl -sL https://deb.nodesource.com/setup_10.x | bash
RUN apt-get update && apt-get install -y nodejs
# Install NPM
RUN apt-get -yq install nodejs npm
# Install Sass # Install Sass
RUN npm install -g sass RUN npm install -g sass
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment