Skip to content

Commit d1f6476

Browse files
committed
chore: docker: io: no git
1 parent c6c6014 commit d1f6476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile.io

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apt-get update && \
3030
apt-get autoremove && \
3131
apt-get install -y ${UBUNTU_DEPS} ${RUST_DEPES} ${DEPS} && \
3232
echo "> Install git" && \
33-
add-apt-repository ppa:git-core/ppa -y && \
33+
#add-apt-repository ppa:git-core/ppa -y && \
3434
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
3535
apt-get update && \
3636
apt-get upgrade -y && \

0 commit comments

Comments
 (0)