File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ RUN ARCH="$(dpkg --print-architecture)" \
4141 && rm /tmp/kubewall.tar.gz
4242
4343# Install kubectx + kubens
44- RUN curl -Lo /usr/local/bin/kubectx https://github.com/ahmetb/kubectx/releases/latest/download/kubectx \
45- && curl -Lo /usr/local/bin/kubens https://github.com/ahmetb/kubectx/releases/latest/download/kubens \
44+ RUN curl -fsSLo /usr/local/bin/kubectx https://github.com/ahmetb/kubectx/releases/latest/download/kubectx \
45+ && curl -fsSLo /usr/local/bin/kubens https://github.com/ahmetb/kubectx/releases/latest/download/kubens \
4646 && chmod +x /usr/local/bin/kubectx /usr/local/bin/kubens
4747
4848
Original file line number Diff line number Diff line change 2929 }
3030 },
3131 "hostRequirements" : {
32- "cpus" : 2 ,
33- "memory" : " 4gb " ,
32+ "cpus" : 4 ,
33+ "memory" : " 8gb " ,
3434 "storage" : " 32gb"
3535 },
3636 "remoteUser" : " vscode" ,
You can’t perform that action at this time.
0 commit comments