Skip to content

Commit ee090d4

Browse files
authored
Update Dockerfile
1 parent f352958 commit ee090d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network_tap/ncapture/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apk add --update git
55
WORKDIR /src
66
RUN git clone https://github.com/wanduow/wandio.git -b 4.2.3-1 \
77
&& git clone https://github.com/LibtraceTeam/libtrace.git -b 4.0.16-1 \
8-
&& git clone https://github.com/wanduow/libwdcap.git -b 1.0.1
8+
&& git clone https://github.com/wanduow/libwdcap.git -b 1.0.1-1
99

1010
FROM alpine:3.14 as builder
1111
COPY --from=checkout /src /src

0 commit comments

Comments
 (0)