nats-sandbox/ncli/Dockerfile

6 lines
99 B
Docker
Raw Normal View History

2024-08-07 16:49:30 +00:00
FROM golang:alpine
RUN go install github.com/nats-io/natscli/nats@latest
ENTRYPOINT ["/bin/ash"]