feature: docker: io: git config: add

This commit is contained in:
coderiaser 2026-03-23 23:54:36 +02:00
parent c448eaa48b
commit 09a02074e1

View file

@ -24,6 +24,8 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \
bun r gritty --omit dev && \
bun i gritty --omit dev && \
bun pm cache rm && \
echo "setup git" && \
git config --global core.whitespace -trailing-space && \
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 && \