Skip to content

Commit

Permalink
feat: adding apt install vim since the default version is 8.X (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Dec 12, 2024
1 parent 6c3cec9 commit b143e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN curl -sSL https://sdk.cloud.google.com | bash \
&& rm -rf /usr/local/gcloud/google-cloud-sdk/lib/third_party/apis \
&& rm -rf /usr/local/gcloud/google-cloud-sdk/bin/anthoscli \
&& apt update \
&& apt install tmux dnsutils telnet iputils-ping jq certbot nethogs nload -y \
&& apt install tmux dnsutils telnet iputils-ping jq certbot nethogs nload vim -y \
&& apt clean -y
ENV PATH $PATH:/usr/local/gcloud/google-cloud-sdk/bin

Expand Down

0 comments on commit b143e06

Please sign in to comment.