Skip to content

Commit ff5b58a

Browse files
committed
[refactor] remove install vim. #1
Reduce image size by remove install vim flow.
1 parent ee8c936 commit ff5b58a

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

v2.3/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ RUN echo "===> Install some package ..." && \
3030
git \
3131
make \
3232
openssh-client \
33-
sshpass \
34-
vim
33+
sshpass
3534

3635
RUN echo "===> Removing package cache ..." && \
3736
apk del build-dependencies ; \

v2.4/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ RUN echo "===> Install some package ..." && \
3030
git \
3131
make \
3232
openssh-client \
33-
sshpass \
34-
vim
33+
sshpass
3534

3635
RUN echo "===> Removing package cache ..." && \
3736
apk del build-dependencies ; \

v2.5/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ RUN echo "===> Install some package ..." && \
3030
git \
3131
make \
3232
openssh-client \
33-
sshpass \
34-
vim
33+
sshpass
3534

3635
RUN echo "===> Removing package cache ..." && \
3736
apk del build-dependencies ; \

v2.6/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ RUN echo "===> Install some package ..." && \
3030
git \
3131
make \
3232
openssh-client \
33-
sshpass \
34-
vim
33+
sshpass
3534

3635
RUN echo "===> Removing package cache ..." && \
3736
apk del build-dependencies ; \

v2.7/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ RUN echo "===> Install some package ..." && \
3030
git \
3131
make \
3232
openssh-client \
33-
sshpass \
34-
vim
33+
sshpass
3534

3635
RUN echo "===> Removing package cache ..." && \
3736
apk del build-dependencies ; \

0 commit comments

Comments
 (0)