Merge pull request #129 from Tin-Voyager/patch-1

Update Dockerfile
This commit is contained in:
Simone Margaritelli 2018-03-03 12:09:35 +01:00 committed by GitHub
commit 68a87855c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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