From 120fd50f0b4ea126f59a340502c60f30dd976d94 Mon Sep 17 00:00:00 2001 From: Nadav Shatz Date: Mon, 2 Sep 2024 13:30:37 +0300 Subject: [PATCH] Add more tools --- Dockerfile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 63a9930..a6dec1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,19 @@ RUN apk update && apk add \ tmux \ aws-cli \ redis \ - go + go \ + ruby \ + nodejs \ + neovim \ + git \ + zip \ + gzip \ + kubectl \ + screen \ + bat \ + && apk cache --purge + +ENV EDITOR=nvim ## Cilium RUN CILIUM_CLI_VERSION=$(curl -s https://raw.githubusercontent.com/cilium/cilium-cli/main/stable.txt) && \