Skip to content

Commit

Permalink
linux: add tig to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Mar 6, 2024
1 parent 019da3f commit d2d00da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
nano \
tig \
tmux \
vim \
&& yes | unminimize \
Expand Down

0 comments on commit d2d00da

Please sign in to comment.