1
0
Fork 0

Remove version from compose

This commit is contained in:
J. Elfring 2024-08-31 13:21:45 +02:00
parent 4b72382848
commit 1923fe7d2b

View file

@ -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