Skip to content

Commit

Permalink
[base] Remove oh-my-zsh and add ripgrep, exa, and bat
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Jun 24, 2023
1 parent 1ebccc8 commit c5424e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN apt update && \
apt upgrade -y && \
apt install -y sudo git curl neofetch git-lfs ca-certificates \
unzip zip bash vim nano python3 python3-pip libarchive-tools gnupg lsb-release pkg-config \
libssl-dev tree htop jq zsh oh-my-zsh
libssl-dev tree htop jq zsh ripgrep exa bat

# Setup the user environment
RUN groupadd -g ${USER_GID} ${USERNAME} && \
Expand Down

0 comments on commit c5424e5

Please sign in to comment.