From bf583a261dcdd55b55bc769ad247f9a4be6a4ad8 Mon Sep 17 00:00:00 2001 From: pierreozoux <pierre@ozoux.net> Date: Mon, 11 May 2020 18:43:15 +0200 Subject: [PATCH] Adds liblqr. Fixes error while loading shared libraries: liblqr-1.so.0 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 28b3984..8dedcca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ -- GitLab