mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: docker: io: apt-get
This commit is contained in:
parent
8be917da4a
commit
110908e221
1 changed files with 0 additions and 3 deletions
|
|
@ -29,9 +29,6 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \
|
|||
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 && \
|
||||
echo "> configure bash" && \
|
||||
echo "alias ls='ls --color=auto'" >> /etc/bash.bashrc && \
|
||||
echo "alias buni='bun i --no-save'" >> /etc/bash.bashrc && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue