Skip to content

Commit 7c0dca6

Browse files
committed
feature: docker: io: git: master
1 parent 24fd0a8 commit 7c0dca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile.io

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUN echo "> remove user" && \
5757
echo "> setup git" && \
5858
git config --global core.whitespace -trailing-space && \
5959
git config --global pull.rebase true && \
60+
git config --global init.defaultBranch master && \
6061
echo "> configure bash" && \
6162
echo "alias ls='ls --color=auto'" >> /etc/bash.bashrc && \
6263
echo "alias buni='bun i --no-save'" >> /etc/bash.bashrc && \

0 commit comments

Comments
 (0)