From f140520037fcb35d8f171032322dd02af753013d Mon Sep 17 00:00:00 2001 From: evilsocket Date: Tue, 6 Feb 2018 14:30:09 +0100 Subject: [PATCH] fix: fixed Dockerfile to work on Windows ( ref #28 ). --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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