Skip to content

Commit f6c7dd7

Browse files
authored
Merge pull request #459 from anarkiwi/libtag
libwdcap now has a tag.
2 parents 75c65a9 + ee090d4 commit f6c7dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network_tap/ncapture/Dockerfile

+1-1
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
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)