From 9f50bf89cb36aa38e7a61510dbbab5582cf9a71b Mon Sep 17 00:00:00 2001 From: Justin Zandbergen Date: Wed, 22 May 2024 08:04:51 +0200 Subject: [PATCH] feat: add nats cli --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 985c5f8..0bb0b03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,9 @@ RUN apt-get update && \ socat \ postgresql-client \ pgformatter && \ + curl -LO https://github.com/nats-io/natscli/releases/download/v0.1.4/nats-0.1.4-amd64.deb && \ + dpkg -i nats-0.1.4-amd64.deb && \ + rm -f nats-0.1.4-amd64.deb && \ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim && \ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && \ ~/.fzf/install