mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
typo. dockerfile use correct build script
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
FROM golang:1.9 AS build-env
|
||||
WORKDIR /go/src/github.com/StackExchange/dnscontrol
|
||||
ADD . .
|
||||
RUN go install .
|
||||
RUN go run build/build.go
|
||||
RUN cp dnscontrol-Linux /go/bin/dnscontrol
|
||||
RUN dnscontrol version
|
||||
|
||||
FROM ubuntu:xenial
|
||||
|
Reference in New Issue
Block a user