소스 검색

更新 'Dockerfile'

robert 5 달 전
부모
커밋
43a167fbe8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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