Skip to content

Commit 4c1f8d7

Browse files
rm vim-tiny
1 parent 47f7571 commit 4c1f8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN rm -f /bin/sh && ln -s /bin/bash /bin/sh
2323
ENV KUBECTL_VERSION v1.16.1
2424
COPY --from=gotty-build /gotty /usr/bin/
2525
RUN 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 && \

0 commit comments

Comments
 (0)