khuedoan-homelab/tools/Dockerfile
2021-04-20 09:41:06 +07:00

25 lines
423 B
Docker

FROM alpine
RUN apk add --no-cache \
ansible \
curl \
docker-cli \
hugo \
git \
go \
make \
neovim \
openssh \
python3 \
rust \
tree \
zsh
RUN apk add --no-cache --repository "http://dl-cdn.alpinelinux.org/alpine/edge/testing" \
helm \
kubectl \
lxd \
terraform
ENTRYPOINT "/bin/zsh"