Skip to content

Commit 45f5261

Browse files
committed
add reference to upstream launchpad issue
1 parent e9d5c0b commit 45f5261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/base/ubuntu.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN apt-get update && \
4343
# Note: due to a dependency issue with the armv7 `software-properties-common` package,
4444
# we can't use `add-apt-repository` here. Instead, we'll add the Git PPA
4545
# manually. TODO: remove this workaround when the issue is resolved.
46+
# Ref: https://bugs.launchpad.net/cloud-images/+bug/2091619
4647
COPY git-core-ubuntu-ppa-noble.sources /etc/apt/sources.list.d/git-core-ubuntu-ppa-noble.sources
4748
RUN apt-get update && \
4849
apt-get install --yes git \

0 commit comments

Comments
 (0)