feature: docker: io: pull.rebase by default

This commit is contained in:
coderiaser 2026-03-26 13:13:44 +02:00
parent 82f8d846a9
commit 69498ed6ab

View file

@ -26,6 +26,7 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \
bun pm cache rm && \
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 && \