diff --git a/Dockerfile b/Dockerfile index eebc1b2f..16c68dbd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM iron/go:dev MAINTAINER Simone Margaritelli +ENV GOPATH=/gocode ENV SRC_DIR=/gocode/src/github.com/evilsocket/bettercap-ng COPY . $SRC_DIR