Skip to content
Snippets Groups Projects
Commit 3b2689aa authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Use alpha order

parent aed41101
No related branches found
No related tags found
No related merge requests found
...@@ -32,13 +32,13 @@ RUN addgroup --gid 1000 discourse \ ...@@ -32,13 +32,13 @@ RUN addgroup --gid 1000 discourse \
&& curl --silent --location https://deb.nodesource.com/setup_8.x | bash - \ && curl --silent --location https://deb.nodesource.com/setup_8.x | bash - \
&& apt-get update && apt-get install -y --no-install-recommends \ && apt-get update && apt-get install -y --no-install-recommends \
${BUILD_DEPS} \ ${BUILD_DEPS} \
ghostscript \
gsfonts \
imagemagick \
jpegoptim \ jpegoptim \
libxml2 \ libxml2 \
nodejs \ nodejs \
optipng \ optipng \
ghostscript \
gsfonts \
imagemagick \
&& npm install svgo uglify-js@"<3" -g \ && npm install svgo uglify-js@"<3" -g \
&& cd /tmp \ && cd /tmp \
&& curl -O http://www.lcdf.org/gifsicle/gifsicle-$GIFSICLE_VERSION.tar.gz \ && curl -O http://www.lcdf.org/gifsicle/gifsicle-$GIFSICLE_VERSION.tar.gz \
......
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