mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
Merge pull request #507 from zanemcca/certificate-fix
Fixed certificate issues
This commit is contained in:
commit
43941b0a3f
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
|
# final stage
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
RUN apk add --update ca-certificates
|
||||||
RUN apk add --no-cache --update bash iproute2 libpcap libusb-dev libnetfilter_queue wireless-tools
|
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/bettercap /app/
|
||||||
COPY --from=build-env /go/src/github.com/bettercap/bettercap/caplets /app/
|
COPY --from=build-env /go/src/github.com/bettercap/bettercap/caplets /app/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue