From 297f8965526b9438117c78b64eb6a0b3a518c70d Mon Sep 17 00:00:00 2001
From: 648540858 <456PANlinlin>
Date: 星期六, 20 十一月 2021 21:03:42 +0800
Subject: [PATCH] 兼容缺少y=的sdp

---
 docker/wvp/Dockerfile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker/wvp/Dockerfile b/docker/wvp/Dockerfile
index 6728e4a..b6e26d7 100644
--- a/docker/wvp/Dockerfile
+++ b/docker/wvp/Dockerfile
@@ -1,6 +1,6 @@
 FROM ubuntu:20.04 AS build
 
-ARG gitUrl="https://gitee.com/18010473990"
+ARG gitUrl="https://gitee.com/pan648540858"
 ARG zlmGitUrl="https://gitee.com/xia-chu/ZLMediaKit"
 
 RUN export DEBIAN_FRONTEND=noninteractive &&\
@@ -9,9 +9,9 @@
         cmake ca-certificates openssl ffmpeg
 
 RUN cd /home && \
-        git clone "https://gitee.com/18010473990/maven.git" && \
+        git clone "https://gitee.com/pan648540858/maven.git" && \
         cp maven/settings.xml /usr/share/maven/conf/ && \
-        git clone "${gitUrl}/wvp-GB28181.git" && \
+        git clone "${gitUrl}/wvp-GB28181-pro.git" && \
         git clone "${gitUrl}/wvp-pro-assist.git" && \
         git clone --depth=1 "${zlmGitUrl}" && \
         mkdir -p /opt/wvp/config /opt/assist/config /opt/media/www/record

--
Gitblit v1.8.0