We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75c65a9 + ee090d4 commit f6c7dd7Copy full SHA for f6c7dd7
network_tap/ncapture/Dockerfile
@@ -5,7 +5,7 @@ RUN apk add --update git
5
WORKDIR /src
6
RUN git clone https://github.com/wanduow/wandio.git -b 4.2.3-1 \
7
&& git clone https://github.com/LibtraceTeam/libtrace.git -b 4.0.16-1 \
8
- && git clone https://github.com/wanduow/libwdcap.git
+ && git clone https://github.com/wanduow/libwdcap.git -b 1.0.1-1
9
10
FROM alpine:3.14 as builder
11
COPY --from=checkout /src /src
0 commit comments