Vamshikrishna21

Results 1 issues of Vamshikrishna21

**Change the docker file** FROM centos RUN mkdir /opt/tomcat/ WORKDIR /opt/tomcat RUN curl -O https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.62/bin/apache-tomcat-9.0.62.tar.gz RUN tar -xvzf apache-tomcat-9.0.62.tar.gz RUN mv apache-tomcat-9.0.62/* /opt/tomcat RUN cd /etc/yum.repos.d/ RUN sed -i 's/mirrorlist/#mirrorlist/g'...