Skip to content

Commit

Permalink
add ohmyzsh
Browse files Browse the repository at this point in the history
  • Loading branch information
skysider authored Oct 21, 2023
1 parent 9c3cc63 commit 0d06a4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,14 @@ RUN dpkg --add-architecture i386 && \
bison \
rpm2cpio cpio \
zstd \
zsh \
tzdata --fix-missing && \
rm -rf /var/lib/apt/list/*

RUN ln -fs /usr/share/zoneinfo/$TZ /etc/localtime && \
dpkg-reconfigure -f noninteractive tzdata

RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

RUN version=$(curl -s https://api.github.com/repos/radareorg/radare2/releases/latest | grep -P '"tag_name": "(.*)"' -o| awk '{print $2}' | awk -F"\"" '{print $2}') && \
wget https://github.com/radareorg/radare2/releases/download/${version}/radare2_${version}_amd64.deb && \
Expand Down

0 comments on commit 0d06a4f

Please sign in to comment.