Skip to content

Commit

Permalink
Add more tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavshatz authored Sep 2, 2024
1 parent 1447f15 commit e7bbc3a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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) && \
Expand Down

0 comments on commit e7bbc3a

Please sign in to comment.