1
0
mirror of synced 2026-01-06 15:03:36 -05:00
Files
airbyte/airbyte-cli/Dockerfile
Jared Rhizor dfe1451aba add cli (#1922)
* add cli

* clean up

* generate

* fix dependency

* add go so we can install restish in build

* final fix to build

* rest of final fix to build
2021-02-19 14:56:13 -08:00

10 lines
215 B
Docker

FROM golang:1.14
ENV GO111MODULE=on
RUN go get -u github.com/danielgtaylor/restish@4aa30c3f866cf4a551c64ea3d4c6eefea72cf2bc
ENTRYPOINT ["restish"]
LABEL io.airbyte.version=0.1.0
LABEL io.airbyte.name=airbyte/cli