mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2026-09-09 18:03:59 +00:00
Revert "REPO-5641 - Allows localised file names"
This reverts commit 2319b4d1b5.
This commit is contained in:
committed by
Andrea Ligios
parent
782740ef99
commit
219389197a
-3
@@ -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/
|
||||
|
||||
|
||||
-3
@@ -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/
|
||||
|
||||
|
||||
-3
@@ -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/
|
||||
|
||||
|
||||
-3
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user