diff --git a/Dockerfile b/Dockerfile index efd99aa57..f97a8dffc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM golang:1.8 COPY . /go/src/go.mozilla.org/sops WORKDIR /go/src/go.mozilla.org/sops -RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /bin/sops ./cmd/sops +RUN CGO_ENALBED=1 go build -a -o /bin/sops ./cmd/sops RUN apt-get update RUN apt-get install -y vim python-pip emacs RUN pip install awscli