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