Skip to content
Snippets Groups Projects
Commit 9c891ec4 authored by Cyril L'Orphelin's avatar Cyril L'Orphelin
Browse files

Update Dockerfile

parent 89a73f3d
No related branches found
No related tags found
3 merge requests!5Module Tapes : Try fixing bug 'Mixed Content The page at was loaded over...,!3Openshift deployment,!2Openshift deployment
Pipeline #58575 failed
......@@ -7,6 +7,8 @@ RUN apt-get update && apt-get install -y \
git \
curl \
unzip \
nodejs \
npm \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install -j$(nproc) gd
......@@ -32,7 +34,6 @@ RUN ls -ahl
RUN curl -sS https://getcomposer.org/installer | php
RUN php composer.phar install
RUN curl -L https://npmjs.org/install.sh | bash
RUN npm cache clean -f
RUN npm install -g n
RUN n stable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment