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