mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 18:57:17 -07:00
Fixed certificate issues
This commit is contained in:
parent
b7f4a3024b
commit
5b02f14cab
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ RUN git clone https://github.com/bettercap/caplets /usr/local/share/bettercap/ca
|
|||
|
||||
# final stage
|
||||
FROM alpine
|
||||
RUN apk add --update ca-certificates
|
||||
RUN apk add --no-cache --update 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/caplets /app/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue