Skip to content

Commit 4570c1c

Browse files
committed
minor change
1 parent 7394293 commit 4570c1c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:trixie AS builder
33
44

55
WORKDIR /v4l2onvif
6-
COPY . /v4l2onvif
6+
COPY . .
77

88
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates git g++ make cmake gsoap libgsoap-dev libssl-dev zlib1g-dev \
99
&& make \

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ libonvif.a: $(ONVIF_SRC:%.cpp=%.o)
5757

5858
# ws-discovery
5959
libwsdd.a:
60-
git submodule init ws-discovery
61-
git submodule update ws-discovery
60+
git submodule update --init ws-discovery
6261
make -C ws-discovery/gsoap libwsdd.a
6362
cp ws-discovery/gsoap/libwsdd.a .
6463

0 commit comments

Comments
 (0)