mirror of
https://github.com/bettercap/bettercap.git
synced 2025-03-12 04:36:03 -07:00
Merge pull request #507 from zanemcca/certificate-fix
Fixed certificate issues
This commit is contained in:
commit
43941b0a3f
@ -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…
x
Reference in New Issue
Block a user