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