From 356846b8b2611a2eaa4d9ffad1bf112df4c59648 Mon Sep 17 00:00:00 2001 From: Samuel Sciolla Date: Tue, 11 Jun 2024 16:59:16 -0400 Subject: [PATCH] Add aspace-trees-fix to Clements --- app/instances/clements/Dockerfile.clements | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/instances/clements/Dockerfile.clements b/app/instances/clements/Dockerfile.clements index e9b0144..c8e6a1e 100644 --- a/app/instances/clements/Dockerfile.clements +++ b/app/instances/clements/Dockerfile.clements @@ -8,11 +8,12 @@ RUN apt-get update && \ RUN cd /archivesspace/plugins && \ git clone --depth 1 --branch v1.0 https://github.com/hudmol/extended_advanced_search.git && \ - git clone https://github.com/mlibrary/aspace-clements-customization.git + git clone https://github.com/mlibrary/aspace-clements-customization.git && \ + git clone https://github.com/mlibrary/aspace-trees-fix RUN patch /archivesspace/locales/en.yml /archivesspace/plugins/aspace-clements-customization/en.yml.diff COPY instances/clements/clements_config.rb /archivesspace/config/clements_config.rb RUN cat /archivesspace/config/clements_config.rb >> /archivesspace/config/config.rb -ENV PLUGINS="aspace-clements-customization,extended_advanced_search" +ENV PLUGINS="aspace-clements-customization,extended_advanced_search,aspace-trees-fix"