Skip to content

Commit 5e8a77d

Browse files
patrickelectricjoaoantoniocardoso
authored andcommitted
Dockerfile: Use vim-tiny over vim
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent af73759 commit 5e8a77d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
104104
tmux \
105105
tree \
106106
unzip \
107-
vim \
107+
vim-tiny \
108108
watch \
109109
wget \
110110
# LIBS:
@@ -139,7 +139,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
139139
libx264-164 \
140140
libx265-199 \
141141
libxml2 \
142-
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
142+
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
143+
&& ln -sf /usr/bin/vim.tiny /usr/bin/vim
143144

144145
# Install some tools
145146
COPY --link ./scripts/install_viu.sh /install_viu.sh

0 commit comments

Comments
 (0)