Browse Source

[CI SKIP]

robert 1 year ago
parent
commit
a7a358238a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -12,7 +12,7 @@ COPY entrypoint.sh /usr/bin/entrypoint.sh
 
 RUN yum install -y wget rsync epel-release lsof crontabs vim psmisc svn\
     && yum install -y supervisor \
-    && mkdir -p /usr/java  /app/soft /root/.m2/ \
+    && mkdir -p /usr/java  /app/soft /root/.m2/ /root/.subversion/auth/svn.ssl.server/ \
     && curl -O http://10.40.21.157:9000/psop/soft/jdk1.8.0_271.tar.gz \
     && curl -O http://10.40.21.157:9000/psop/soft/maven3.0.3.tar.gz \
     && tar -zxf jdk1.8.0_271.tar.gz -C /usr/java/ \ 
@@ -21,6 +21,7 @@ RUN yum install -y wget rsync epel-release lsof crontabs vim psmisc svn\
     && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
     && chmod +x /usr/bin/entrypoint.sh
 
+COPY 2ea92094abd2c97ce8d8036c8fc0087d /root/.subversion/auth/svn.ssl.server/2ea92094abd2c97ce8d8036c8fc0087d
 COPY supervisord.conf /etc/supervisord.conf
 COPY settings.xml /root/.m2/settings.xml
 COPY start.sh /app/start.sh