mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
Dockerfile: fix caplets
This commit is contained in:
parent
cc9baaca1b
commit
d42621aa59
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue