debian image with nats cli installed
475
FROM debian:bullseye
RUN apt-get update -qq && apt-get install -y wget vim
RUN wget https://github.com/nats-io/natscli/releases/download/v0.0.33/nats-0.0.33-amd64.deb
RUN dpkg -i nats-0.0.33-amd64.deb
Content type
Image
Digest
Size
95.4 MB
Last updated
about 4 years ago
docker pull lukewendling/natscli