Skip to content

Commit 29bbcbf

Browse files
committed
Add the vim editor tool
1 parent bdfd8a1 commit 29bbcbf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ RUN apt-get update && apt-get install -y \
2626
python3 \
2727
python3-pip \
2828
wget \
29-
unzip
29+
unzip \
30+
vim
3031

3132
# Google Cloud SDK install
3233
RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list && \

0 commit comments

Comments
 (0)