Commit 7b712b10 authored by Tobias Munk's avatar Tobias Munk

added uglify-js and uglifycss to Debian flavor (removed google-closure-compiler)

parent b9b69215
Pipeline #25131 passed with stages
in 6 minutes and 10 seconds
......@@ -49,7 +49,11 @@ RUN printf "\n" | pecl install apcu-5.1.3 xdebug-stable && \
docker-php-ext-enable apcu
# Install less-compiler
RUN npm install -g less lesshint google-closure-compiler
RUN npm install -g \
less \
lesshint \
uglify-js \
uglifycss
ENV PHP_USER_ID=33 \
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