We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d5c0b commit 45f5261Copy full SHA for 45f5261
images/base/ubuntu.Dockerfile
@@ -43,6 +43,7 @@ RUN apt-get update && \
43
# Note: due to a dependency issue with the armv7 `software-properties-common` package,
44
# we can't use `add-apt-repository` here. Instead, we'll add the Git PPA
45
# manually. TODO: remove this workaround when the issue is resolved.
46
+# Ref: https://bugs.launchpad.net/cloud-images/+bug/2091619
47
COPY git-core-ubuntu-ppa-noble.sources /etc/apt/sources.list.d/git-core-ubuntu-ppa-noble.sources
48
RUN apt-get update && \
49
apt-get install --yes git \
0 commit comments