mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
chore: docker: io: no git
This commit is contained in:
parent
c6c6014691
commit
d1f6476604
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ RUN apt-get update && \
|
|||
apt-get autoremove && \
|
||||
apt-get install -y ${UBUNTU_DEPS} ${RUST_DEPES} ${DEPS} && \
|
||||
echo "> Install git" && \
|
||||
add-apt-repository ppa:git-core/ppa -y && \
|
||||
#add-apt-repository ppa:git-core/ppa -y && \
|
||||
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
|
||||
apt-get update && \
|
||||
apt-get upgrade -y && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue