diff --git a/Dockerfile b/Dockerfile index e1e6034..e6bf4b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,7 @@ RUN apk add --update --no-cache \ ca-certificates \ curl \ git \ - helm \ jq \ - kubectl \ mysql-client \ netcat-openbsd \ openssh-client \ @@ -23,6 +21,10 @@ RUN apk add --update --no-cache \ w3m \ wget +RUN apk add --update --no-cache \ + helm \ + kubectl + ADD assets/profile.d/* /etc/profile.d/ COPY assets/vimrc /etc/vim/vimrc