Commit b6a32154 authored by Tobias Munk's avatar Tobias Munk

fixed build (updated node & uglifycss)

parent 44faec8d
Pipeline #29474 passed with stages
in 2 minutes and 32 seconds
......@@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get -y install \
gnupg2 && \
curl -sL https://deb.nodesource.com/setup_4.x | bash - && \
curl -sL https://deb.nodesource.com/setup_6.x | bash - && \
apt-key update && \
apt-get update && \
apt-get -y install \
......@@ -86,7 +86,7 @@ RUN npm install -g \
less \
lesshint \
uglify-js \
uglifycss@0.0.27
uglifycss
ENV PHP_USER_ID=33 \
PHP_ENABLE_XDEBUG=0 \
......
......@@ -101,7 +101,7 @@ RUN npm install -g \
less \
lesshint \
uglify-js \
uglifycss@0.0.27
uglifycss
# Configure version constraints
ENV PHP_ENABLE_XDEBUG=0 \
......
Markdown is supported
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