diff --git a/java/Dockerfile b/java/Dockerfile index fdbd8e34..1b62bd0d 100644 --- a/java/Dockerfile +++ b/java/Dockerfile @@ -14,7 +14,7 @@ ENV LC_ALL C.UTF-8 RUN \ yum update --security -y && \ - yum install -y langpacks-en java-${JAVA_MAJOR}-openjdk-headless && \ + yum install -y langpacks-en java-${JAVA_MAJOR}-openjdk-headless which procps && \ yum clean all && rm -rf /var/cache/yum FROM rhlike AS rockylinux8 diff --git a/test/helm/test-overrides.yaml b/test/helm/test-overrides.yaml index c7c9914f..8fc01078 100644 --- a/test/helm/test-overrides.yaml +++ b/test/helm/test-overrides.yaml @@ -27,10 +27,10 @@ alfresco-transform-service: image: repository: localhost/alfresco-imagemagick tag: latest - #libreoffice: - #image: - # repository: localhost/alfresco-libreoffice - # tag: latest + libreoffice: + image: + repository: localhost/alfresco-libreoffice + tag: latest transformmisc: image: repository: localhost/alfresco-misc