File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ COPY package.json /usr/src/cloudcmd/
1010ENV DEBIAN_FRONTEND = noninteractive
1111
1212RUN 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 && \
You can’t perform that action at this time.
0 commit comments