From 4389cfda43dbea2ffdeabc10d5f48cafca5766e7 Mon Sep 17 00:00:00 2001
From: shikong <919411476@qq.com>
Date: Wed, 6 Sep 2023 15:04:58 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BE=9D=E8=B5=96=20?=
=?UTF-8?q?=E5=92=8C=20linux=20=E4=B8=8B=20Docker=20=E9=95=9C=E5=83=8F=20?=
=?UTF-8?q?=E7=B2=BE=E7=AE=80=20jar=20=E5=8C=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
gb28181-wvp-proxy-service/pom.xml | 102 +++++++++++++++++++++++----
gb28181-wvp-proxy-starter/Dockerfile | 2 +-
2 files changed, 91 insertions(+), 13 deletions(-)
diff --git a/gb28181-wvp-proxy-service/pom.xml b/gb28181-wvp-proxy-service/pom.xml
index a6adc6f..760c670 100644
--- a/gb28181-wvp-proxy-service/pom.xml
+++ b/gb28181-wvp-proxy-service/pom.xml
@@ -65,26 +65,104 @@
test
-
-
-
-
-
-
org.bytedeco
javacv
- 1.5.6
+ 1.5.8
+
+
+ org.openjfx
+ javafx-graphics
+
+
+ org.bytedeco
+ javacpp
+
+
+ org.bytedeco
+ openblas
+
+
+ org.bytedeco
+ opencv
+
+
+ org.bytedeco
+ tesseract
+
+
+ org.bytedeco
+ flycapture
+
+
+ org.bytedeco
+ libdc1394
+
+
+ org.bytedeco
+ libfreenect
+
+
+ org.bytedeco
+ libfreenect2
+
+
+ org.bytedeco
+ librealsense
+
+
+ org.bytedeco
+ librealsense2
+
+
+ org.bytedeco
+ videoinput
+
+
+ org.bytedeco
+ artoolkitplus
+
+
+ org.bytedeco
+ flandmark
+
+
+ org.bytedeco
+ leptonica
+
+
-
-
org.bytedeco
- ffmpeg-platform
- 4.4-1.5.6
+ javacpp
+ 1.5.8
+
+
+
+ org.bytedeco
+ ffmpeg
+ 5.1.2-1.5.8
+ windows-x86_64
+
+
+ org.bytedeco
+ javacpp
+
+
+
+
+ org.bytedeco
+ ffmpeg
+ 5.1.2-1.5.8
+ linux-x86_64
+
+
+ org.bytedeco
+ javacpp
+
+
-
diff --git a/gb28181-wvp-proxy-starter/Dockerfile b/gb28181-wvp-proxy-starter/Dockerfile
index 0500ead..49ede05 100644
--- a/gb28181-wvp-proxy-starter/Dockerfile
+++ b/gb28181-wvp-proxy-starter/Dockerfile
@@ -1,4 +1,4 @@
-FROM eclipse-temurin:17-jre-alpine
+FROM eclipse-temurin:17-jre-focal
MAINTAINER Shikong <919411476@qq.com>