mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 14:03:17 -07:00
fix: fixed Dockerfile to work on Windows ( ref #28 ).
This commit is contained in:
parent
36352311fb
commit
f140520037
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
FROM iron/go:dev
|
||||
MAINTAINER Simone Margaritelli <https://evilsocket.net/>
|
||||
|
||||
ENV GOPATH=/gocode
|
||||
ENV SRC_DIR=/gocode/src/github.com/evilsocket/bettercap-ng
|
||||
COPY . $SRC_DIR
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue