Skip to content

Commit c448eaa

Browse files
committed
feature: docker: io: buni
1 parent 05ad2fd commit c448eaa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/Dockerfile.io

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \
2929
chmod 0440 /etc/sudoers.d/apt-install && \
3030
echo "> configure bash" && \
3131
echo "alias ls='ls --color=auto'" >> /etc/bash.bashrc && \
32+
echo "alias buni='bun i --no-save'" >> /etc/bash.bashrc && \
3233
echo "PS1='\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '" >> /etc/bash.bashrc && \
3334
echo "set editing-mode vi" >> /etc/inputrc && \
3435
echo "TAB: menu-complete" >> /etc/inputrc

0 commit comments

Comments
 (0)