Skip to content

Commit

Permalink
chore(devcontainer): install tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed May 22, 2024
1 parent 7364f61 commit fbee54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +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 \
vim git-flow tig
vim git-flow tig tmux

# 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 fbee54e

Please sign in to comment.