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

Adds liblqr.

Fixes error while loading shared libraries: liblqr-1.so.0
parent b6909a10
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ RUN curl http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add - \
ghostscript \
gsfonts \
jpegoptim \
liblqr-1-0 \
libxml2 \
nodejs \
optipng \
......@@ -82,7 +83,7 @@ RUN curl http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add - \
&& bundle install --deployment --verbose --without test --without development --retry 3 --jobs 4 \
&& find /home/discourse/discourse/vendor/bundle -name tmp -type d -exec rm -rf {} + \
&& apt-get remove -y --purge ${BUILD_DEPS} \
&& apt-get autoremove -y \
#&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*
RUN cd /home/discourse/discourse/plugins \
......
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