replace release tomcat url with archive url
parent
4d6b52d50e
commit
5981c4ccd4
|
|
@ -52,7 +52,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 && \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue