• Yong Tang's avatar
    Update build command inside docker (#3145) · 6fa61119
    Yong Tang authored
    Since we use golang 1.12 and gomod, it is not necessary
    to match the impor path to `/go/src/github.com/coredns/coredns`
    in order to build coredns. For that reason the build command
    inside docker could be simplified with:
    ```
    $ docker run --rm -i -t -v $PWD:/v -w /v golang:1.12 make
    ```
    Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
    6fa61119
README.md 8.32 KB