chore: docker: io: no git

This commit is contained in:
coderiaser 2026-05-01 21:01:24 +03:00
parent c6c6014691
commit d1f6476604

View file

@ -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 && \