Skip to content

Commit a7b5e77

Browse files
authored
Merge pull request #36 from quortex/misc/vim-tool-install
Add the vim editor tool (master)
2 parents bdfd8a1 + 29bbcbf commit a7b5e77

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)