mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 04:59:25 -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
|
# final stage
|
||||||
FROM alpine
|
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/
|
COPY --from=build-env /gocode/src/github.com/bettercap/bettercap/bettercap /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