Selaa lähdekoodia

更新 'Dockerfile'

robert 5 kuukautta sitten
vanhempi
commit
43a167fbe8
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -8,6 +8,8 @@ ENV JAVA_HOME /usr/java/jdk1.8.0_271
 ENV TOMCAT_HOME /opt/tomcat-7.0.105
 
 COPY entrypoint.sh /usr/bin/entrypoint.sh
+COPY CentOS-Base.repo /etc/yum.repos.d
+COPY epel.repo /etc/yum.repos.d
 COPY root /tmp/root
 
 #install jdk8 & tomcat