REPO-5641 - Allows localised file names

This commit is contained in:
Andrea Ligios
2021-09-07 17:32:27 +02:00
parent 8ae10a03b9
commit 2319b4d1b5
4 changed files with 16 additions and 4 deletions

View File

@@ -4,6 +4,9 @@ ARG TOMCAT_DIR=/usr/local/tomcat
USER root
# Allows localised file names as per GitHub issue #618
RUN yum -y install glibc-locale-source glibc-langpack-en
# Copy Dockerfile to avoid an error if no JARs exist
COPY Dockerfile extensions/*.jar $TOMCAT_DIR/webapps/alfresco/WEB-INF/lib/

View File

@@ -2,6 +2,9 @@ FROM ${docker.share.image}:${alfresco.share.version}
ARG TOMCAT_DIR=/usr/local/tomcat
# Allows localised file names as per GitHub issue #618
RUN yum -y install glibc-locale-source glibc-langpack-en
# Copy Dockerfile to avoid an error if no JARs exist
COPY Dockerfile extensions/*.jar $TOMCAT_DIR/webapps/share/WEB-INF/lib/

View File

@@ -4,6 +4,9 @@ ARG TOMCAT_DIR=/usr/local/tomcat
USER root
# Allows localised file names as per GitHub issue #618
RUN yum -y install glibc-locale-source glibc-langpack-en
# Copy Dockerfile to avoid an error if no JARs exist
COPY Dockerfile extensions/*.jar $TOMCAT_DIR/webapps/alfresco/WEB-INF/lib/

View File

@@ -2,6 +2,9 @@ FROM ${docker.share.image}:${alfresco.share.version}
ARG TOMCAT_DIR=/usr/local/tomcat
# Allows localised file names as per GitHub issue #618
RUN yum -y install glibc-locale-source glibc-langpack-en
# Copy Dockerfile to avoid an error if no JARs exist
COPY Dockerfile extensions/*.jar $TOMCAT_DIR/webapps/share/WEB-INF/lib/