mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
Directory fix
This commit is contained in:
parent
ed4239fad5
commit
a7179b0494
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ RUN git clone https://github.com/bettercap/caplets /usr/local/share/bettercap/ca
|
||||||
FROM alpine
|
FROM alpine
|
||||||
RUN apk add --no-cache ca-certificates
|
RUN apk add --no-cache ca-certificates
|
||||||
RUN apk add --no-cache bash iproute2 libpcap libusb-dev libnetfilter_queue wireless-tools
|
RUN apk add --no-cache bash iproute2 libpcap libusb-dev libnetfilter_queue wireless-tools
|
||||||
COPY --from=build-env /go/src/github.com/bettercap/bettercap/bettercap /app/
|
COPY --from=build-env /go/src/github.com/bettercap/bettercap /app/
|
||||||
COPY --from=build-env /usr/local/share/bettercap/caplets /app/
|
COPY --from=build-env /usr/local/share/bettercap/caplets /app/
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue