From 3c2f3d4d3791eaeb0fe1a93c154fc524bc61aa83 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Tue, 30 Sep 2025 23:51:51 +0200 Subject: [PATCH] Use Git PPA --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d2370dc..d48f2af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,9 @@ RUN wget -q -O- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" && \ nvm install 24 && \ add-apt-repository ppa:longsleep/golang-backports && \ + add-apt-repository ppa:git-core/ppa && \ apt-get update && \ - apt-get install -y golang-go pipx && \ + apt-get install -y golang-go pipx git && \ apt-get clean && \ pipx install poetry && \ pipx install uv