Skip to content

Commit

Permalink
feat: add nats cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jzandbergen committed May 22, 2024
1 parent 8082141 commit 9f50bf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f50bf8

Please sign in to comment.