Skip to content

Commit 738059f

Browse files
committed
feature: docker: io: fzf
1 parent 3fc8932 commit 738059f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/Dockerfile.io

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY package.json /usr/src/cloudcmd/
1010
ENV DEBIAN_FRONTEND=noninteractive
1111

1212
RUN apt-get update && apt-get upgrade && apt-get autoremove && \
13-
apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim \
13+
apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim bat fzf && \
1414
sudo locales command-not-found && \
1515
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
1616
apt-get update && \
@@ -43,6 +43,7 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \
4343
echo "> configure bash" && \
4444
echo "alias ls='ls --color=auto'" >> /etc/bash.bashrc && \
4545
echo "alias buni='bun i --no-save'" >> /etc/bash.bashrc && \
46+
echo "alias bat='batcat'" >> /etc/bash.bashrc && \
4647
echo 'PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ "' >> /etc/bash.bashrc && \
4748
echo "> setup inputrc" && \
4849
echo "set editing-mode vi" >> /etc/inputrc && \

0 commit comments

Comments
 (0)