ADD file:fd7eb8b8156b429f834a8f541c228b1f11e53562b2d604850a825c53a070982c in / |
CMD ["/bin/sh"] |
LABEL maintainer=J. Elfring <code@elfring.ms> |
RUN /bin/sh -c 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 # buildkit |
RUN /bin/sh -c apk add --update --no-cache helm kubectl # buildkit |
ADD assets/profile.d/* /etc/profile.d/ # buildkit |
COPY assets/vimrc /etc/vim/vimrc # buildkit |
WORKDIR /root |
CMD ["/bin/sh" "-c" "/bin/bash -li"] |