Skip to content

Commit

Permalink
re-add Git PPA because CMake failed to find project version with the …
Browse files Browse the repository at this point in the history
…git from Focal's Ubuntu repo
  • Loading branch information
qrkourier committed Jul 5, 2024
1 parent a6f3b6b commit 768159a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ RUN curl -sSLf https://apt.llvm.org/llvm-snapshot.gpg.key \
&& chmod +r /usr/share/keyrings/llvm-snapshot.gpg \
&& echo "deb [signed-by=/usr/share/keyrings/llvm-snapshot.gpg] http://apt.llvm.org/focal/ llvm-toolchain-focal-17 main" > /etc/apt/sources.list.d/llvm-snapshot.list

RUN apt-get update \
# re-added git ppa because cmake failed to find git version tag on focal runner
RUN add-apt-repository ppa:git-core/ppa \
&& apt-get update \
&& apt-get --yes --quiet --no-install-recommends install \
git \
clang-17 \
Expand Down

0 comments on commit 768159a

Please sign in to comment.