FROM alpine:edge LABEL maintainer "J. Elfring " RUN apk add --update --no-cache \ bash \ bind-tools \ busybox-extras \ ca-certificates \ curl \ git \ jq \ mysql-client \ netcat-openbsd \ openssh-client \ openssl \ postgresql-client \ rsync \ socat \ sqlite \ vim \ w3m \ wget RUN apk add --update --no-cache \ helm \ kubectl ADD assets/profile.d/* /etc/profile.d/ COPY assets/vimrc /etc/vim/vimrc WORKDIR /root CMD /bin/bash -li