mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 18:57:17 -07:00
Update Dockerfile
By adding iproute2 to alpine base image fixed the error messages I was receiving. Ref #122
This commit is contained in:
parent
eba4da1327
commit
8dd20c7cb9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ RUN make
|
|||
|
||||
# final stage
|
||||
FROM alpine
|
||||
RUN apk add --no-cache --update bash libpcap-dev
|
||||
RUN apk add --no-cache --update bash iproute2 libpcap-dev
|
||||
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