diff --git a/Dockerfile b/Dockerfile index 63a9930..0cf118b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,18 @@ RUN apk update && apk add \ tmux \ aws-cli \ redis \ - go + go \ + ruby \ + nodejs \ + neovim \ + git \ + zip \ + gzip \ + kubectl \ + screen \ + bat + +ENV EDITOR=nvim ## Cilium RUN CILIUM_CLI_VERSION=$(curl -s https://raw.githubusercontent.com/cilium/cilium-cli/main/stable.txt) && \