From 5b31df0aeeb4016e9867f80f63e62748d77fa13b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Verg=C3=A9s?= Date: Tue, 1 Oct 2024 09:04:18 +0200 Subject: [PATCH] dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 920e4ba1..53db2009 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,8 +36,6 @@ RUN gem install bundler:$(grep -A 1 'BUNDLED WITH' Gemfile.lock | tail -n 1 | xa find /usr/local/bundle/ -name ".github" -exec rm -rf {} + && \ # whkhtmltopdf has binaries for all platforms, we don't need them once uncompressed rm -rf /usr/local/bundle/gems/wkhtmltopdf-binary-*/bin/*.gz && \ - # fix possible 7zip problems by manually adding the 7z.so libray - ln -sf /usr/lib/p7zip/7z.so /usr/local/bundle/gems/seven_zip_ruby-1.3.0/lib/seven_zip_ruby/7z.so && \ rm -f /usr/local/bundle/gems/seven_zip_ruby-1.3.0/lib/seven_zip_ruby/*.dll && \ # Remove additional unneded decidim files find /usr/local/bundle/ -name "decidim_app-design" -exec rm -rf {} + && \