Change the tomcat download link to a more stable mirror

pull/12/head
Cristhian Rivera 2022-10-16 15:29:08 +02:00
parent 422be0ae8d
commit 4922f8d338
No known key found for this signature in database
GPG Key ID: 29DC82012E0D1ED2
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ RUN apt update && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
WORKDIR /opt/ WORKDIR /opt/
RUN wget -q https://dlcdn.apache.org/tomcat/tomcat-9/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}.tar.gz && \ RUN wget -q https://archive.apache.org/dist/tomcat/tomcat-9/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}.tar.gz && \
tar xf apache-tomcat-${TOMCAT_VERSION}.tar.gz && \ tar xf apache-tomcat-${TOMCAT_VERSION}.tar.gz && \
rm apache-tomcat-${TOMCAT_VERSION}.tar.gz && \ rm apache-tomcat-${TOMCAT_VERSION}.tar.gz && \
rm -rf /opt/apache-tomcat-${TOMCAT_VERSION}/webapps/ROOT && \ rm -rf /opt/apache-tomcat-${TOMCAT_VERSION}/webapps/ROOT && \