Dockerfile: fix caplets

This commit is contained in:
nipsufn 2019-11-06 21:33:28 +01:00
commit d42621aa59

View file

@ -20,7 +20,7 @@ FROM alpine
RUN apk add --update ca-certificates 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 /usr/local/share/bettercap/caplets /app/
WORKDIR /app WORKDIR /app
EXPOSE 80 443 53 5300 8080 8081 8082 8083 8000 EXPOSE 80 443 53 5300 8080 8081 8082 8083 8000