Remove version from compose
This commit is contained in:
parent
4b72382848
commit
1923fe7d2b
1 changed files with 4 additions and 2 deletions
|
@ -8,9 +8,7 @@ RUN apk add --update --no-cache \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
helm \
|
|
||||||
jq \
|
jq \
|
||||||
kubectl \
|
|
||||||
mysql-client \
|
mysql-client \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
|
@ -23,6 +21,10 @@ RUN apk add --update --no-cache \
|
||||||
w3m \
|
w3m \
|
||||||
wget
|
wget
|
||||||
|
|
||||||
|
RUN apk add --update --no-cache \
|
||||||
|
helm \
|
||||||
|
kubectl
|
||||||
|
|
||||||
ADD assets/profile.d/* /etc/profile.d/
|
ADD assets/profile.d/* /etc/profile.d/
|
||||||
COPY assets/vimrc /etc/vim/vimrc
|
COPY assets/vimrc /etc/vim/vimrc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue