File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN rm -f /bin/sh && ln -s /bin/bash /bin/sh
2323ENV KUBECTL_VERSION v1.16.1
2424COPY --from=gotty-build /gotty /usr/bin/
2525RUN apt-get update && \
26- apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl net-tools lrzsz iputils-ping telnet dnsutils wget vim && \
26+ apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 less bash-completion unzip sysstat acl net-tools lrzsz iputils-ping telnet dnsutils wget vim && \
2727 curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && \
2828 chmod +x /usr/bin/kubectl && \
2929 chmod +x /usr/bin/gotty && \
You can’t perform that action at this time.
0 commit comments