Skip to content

Commit 0ec2bee

Browse files
authored
add vi to build-tools (#3304)
Signed-off-by: Ian Rudie <[email protected]>
1 parent 159cdf5 commit 0ec2bee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/build-tools/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ RUN --mount=type=cache,target=/var/lib/apt/lists,sharing=locked \
115115
gnupg2 \
116116
software-properties-common \
117117
unzip \
118-
xz-utils
118+
xz-utils \
119+
vim-tiny
119120

120121
# Install protoc
121122
RUN set -eux; \

0 commit comments

Comments
 (0)