mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature: docker: io: pull.rebase by default
This commit is contained in:
parent
82f8d846a9
commit
69498ed6ab
1 changed files with 1 additions and 0 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue