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 \
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue