mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
remove-kubectl-kubectx
This commit is contained in:
parent
8f5dc8139a
commit
0d58305d80
1 changed files with 0 additions and 9 deletions
|
|
@ -279,15 +279,6 @@ RUN wget -q -O jump.deb https://github.com/gsamokovarov/jump/releases/download/v
|
|||
dpkg -i jump.deb && \
|
||||
rm jump.deb
|
||||
|
||||
# Install kubectl
|
||||
RUN curl -fsSL "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" -o /usr/local/bin/kubectl && \
|
||||
chmod +x /usr/local/bin/kubectl
|
||||
|
||||
# Install kubectx
|
||||
RUN git clone https://github.com/ahmetb/kubectx /opt/kubectx && \
|
||||
ln -s /opt/kubectx/kubectx /usr/local/bin/kubectx && \
|
||||
ln -s /opt/kubectx/kubens /usr/local/bin/kubens
|
||||
|
||||
# Install nodejs
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue