feature: docker: io: apt-get

This commit is contained in:
coderiaser 2026-03-27 19:45:32 +02:00
parent 8be917da4a
commit 110908e221

View file

@ -29,9 +29,6 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \
echo "setup git" && \
git config --global core.whitespace -trailing-space && \
git config --global pull.rebase true && \
echo "> allow sudo apt-get install for everybody" && \
echo "ALL ALL=(ALL) NOPASSWD: /usr/bin/apt-get *" > /etc/sudoers.d/apt-install && \
chmod 0440 /etc/sudoers.d/apt-install && \
echo "> configure bash" && \
echo "alias ls='ls --color=auto'" >> /etc/bash.bashrc && \
echo "alias buni='bun i --no-save'" >> /etc/bash.bashrc && \