mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
fixed Dockerfile
This commit is contained in:
parent
aa5190290d
commit
00e6c3dc84
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ RUN make
|
|||
|
||||
# final stage
|
||||
FROM alpine
|
||||
RUN apk add --no-cache --update bash iproute2 libpcap-dev
|
||||
RUN apk add --no-cache --update bash iproute2 libpcap libnetfilter_queue
|
||||
COPY --from=build-env /gocode/src/github.com/bettercap/bettercap/bettercap /app/
|
||||
WORKDIR /app
|
||||
EXPOSE 80 443 53 5300 8080 8081 8082 8083 8000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue