From 5b02f14cab67a47743df3fa261fc2a67c85b2210 Mon Sep 17 00:00:00 2001 From: Zane Date: Fri, 22 Mar 2019 16:15:41 -0700 Subject: [PATCH] Fixed certificate issues --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5ffdaac7..a1696565 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/