本站源代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
264B

  1. FROM golang:1.12-alpine3.9 as builder
  2. WORKDIR /go/src/github.com/pelletier/go-toml
  3. COPY . .
  4. ENV CGO_ENABLED=0
  5. ENV GOOS=linux
  6. RUN go install ./...
  7. FROM scratch
  8. COPY --from=builder /go/bin/tomll /usr/bin/tomll
  9. COPY --from=builder /go/bin/tomljson /usr/bin/tomljson
上海开阖软件有限公司 沪ICP备12045867号-1