Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit c5424e5

Browse files
committed
[base] Remove oh-my-zsh and add ripgrep, exa, and bat
1 parent 1ebccc8 commit c5424e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN apt update && \
3636
apt upgrade -y && \
3737
apt install -y sudo git curl neofetch git-lfs ca-certificates \
3838
unzip zip bash vim nano python3 python3-pip libarchive-tools gnupg lsb-release pkg-config \
39-
libssl-dev tree htop jq zsh oh-my-zsh
39+
libssl-dev tree htop jq zsh ripgrep exa bat
4040

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

0 commit comments

Comments
 (0)