Revert "REPO-5641 - Allows localised file names"

This reverts commit 2319b4d1b5.
This commit is contained in:
Andrea Ligios
2021-09-09 17:39:19 +02:00
committed by Andrea Ligios
parent 782740ef99
commit 219389197a
4 changed files with 4 additions and 16 deletions
@@ -4,9 +4,6 @@ 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/
@@ -2,9 +2,6 @@ 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/
@@ -4,9 +4,6 @@ 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/
@@ -2,9 +2,6 @@ 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/