Skip to content

Commit 09a0207

Browse files
committed
feature: docker: io: git config: add
1 parent c448eaa commit 09a0207

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker/Dockerfile.io

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \
2424
bun r gritty --omit dev && \
2525
bun i gritty --omit dev && \
2626
bun pm cache rm && \
27+
echo "setup git" && \
28+
git config --global core.whitespace -trailing-space && \
2729
echo "> allow sudo apt-get install for everybody" && \
2830
echo "ALL ALL=(ALL) NOPASSWD: /usr/bin/apt-get *" > /etc/sudoers.d/apt-install && \
2931
chmod 0440 /etc/sudoers.d/apt-install && \

0 commit comments

Comments
 (0)