Skip to content

Commit

Permalink
chore: add tig git pager
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Apr 29, 2024
1 parent 299609f commit 4e06dd5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ RUN apt-get update && \
build-essential gnupg2 tar git zsh libssl-dev zlib1g-dev libyaml-dev \
imagemagick libjpeg-dev libpng-dev libtiff-dev libwebp-dev \
tzdata \
tmux \
vim \
git-flow
vim git-flow tig

# Install postgresql-client-16
RUN curl -1sLf 'https://www.postgresql.org/media/keys/ACCC4CF8.asc' | gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg && \
Expand Down

0 comments on commit 4e06dd5

Please sign in to comment.