Skip to content
Snippets Groups Projects
Commit 247f1820 authored by Michał 'rysiek' Woźniak's avatar Michał 'rysiek' Woźniak
Browse files

whitespace fixes

parent 0f9ffb26
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ENV DISCOURSE_VERSION=1.7.0.beta3 \ ...@@ -11,7 +11,7 @@ ENV DISCOURSE_VERSION=1.7.0.beta3 \
DISCOURSE_SERVE_STATIC_ASSETS=true \ DISCOURSE_SERVE_STATIC_ASSETS=true \
GIFSICLE_VERSION=1.87 \ GIFSICLE_VERSION=1.87 \
PNGQUANT_VERSION=2.4.1 PNGQUANT_VERSION=2.4.1
RUN curl --silent --location https://deb.nodesource.com/setup_4.x | bash - \ RUN curl --silent --location https://deb.nodesource.com/setup_4.x | bash - \
&& apt-get update && apt-get install -y --no-install-recommends \ && apt-get update && apt-get install -y --no-install-recommends \
autoconf \ autoconf \
...@@ -46,7 +46,7 @@ RUN git clone --branch v${DISCOURSE_VERSION} https://github.com/discourse/discou ...@@ -46,7 +46,7 @@ RUN git clone --branch v${DISCOURSE_VERSION} https://github.com/discourse/discou
&& git remote set-branches --add origin tests-passed \ && git remote set-branches --add origin tests-passed \
&& bundle config build.nokogiri --use-system-libraries \ && bundle config build.nokogiri --use-system-libraries \
&& bundle install --deployment --without test --without development && bundle install --deployment --without test --without development
# install discourse plugins # install discourse plugins
# assumptions: no spaces in URLs (urlencoding is a thing) # assumptions: no spaces in URLs (urlencoding is a thing)
......
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