mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-08-14 17:59:13 +00:00
REPO-5641 - Allows localised file names
This commit is contained in:
@@ -4,6 +4,9 @@ ARG TOMCAT_DIR=/usr/local/tomcat
|
|||||||
|
|
||||||
USER root
|
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 to avoid an error if no JARs exist
|
||||||
COPY Dockerfile extensions/*.jar $TOMCAT_DIR/webapps/alfresco/WEB-INF/lib/
|
COPY Dockerfile extensions/*.jar $TOMCAT_DIR/webapps/alfresco/WEB-INF/lib/
|
||||||
|
|
||||||
|
@@ -2,6 +2,9 @@ FROM ${docker.share.image}:${alfresco.share.version}
|
|||||||
|
|
||||||
ARG TOMCAT_DIR=/usr/local/tomcat
|
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 to avoid an error if no JARs exist
|
||||||
COPY Dockerfile extensions/*.jar $TOMCAT_DIR/webapps/share/WEB-INF/lib/
|
COPY Dockerfile extensions/*.jar $TOMCAT_DIR/webapps/share/WEB-INF/lib/
|
||||||
|
|
||||||
|
@@ -4,6 +4,9 @@ ARG TOMCAT_DIR=/usr/local/tomcat
|
|||||||
|
|
||||||
USER root
|
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 to avoid an error if no JARs exist
|
||||||
COPY Dockerfile extensions/*.jar $TOMCAT_DIR/webapps/alfresco/WEB-INF/lib/
|
COPY Dockerfile extensions/*.jar $TOMCAT_DIR/webapps/alfresco/WEB-INF/lib/
|
||||||
|
|
||||||
|
@@ -2,6 +2,9 @@ FROM ${docker.share.image}:${alfresco.share.version}
|
|||||||
|
|
||||||
ARG TOMCAT_DIR=/usr/local/tomcat
|
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 to avoid an error if no JARs exist
|
||||||
COPY Dockerfile extensions/*.jar $TOMCAT_DIR/webapps/share/WEB-INF/lib/
|
COPY Dockerfile extensions/*.jar $TOMCAT_DIR/webapps/share/WEB-INF/lib/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user