We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4cfb63 + a14d3b8 commit 8029307Copy full SHA for 8029307
tests/e2e/lib/ContainerFile.template
@@ -6,12 +6,17 @@ RUN dnf install -y \
6
7
RUN dnf config-manager -y --set-enabled crb
8
RUN dnf -y copr enable rhcontainerbot/qm centos-stream-9
9
+RUN dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
10
11
RUN dnf install -y \
12
clang-tools-extra \
13
codespell \
14
bzip2 \
15
gcc \
16
+ g++ \
17
+ gh \
18
+ fpaste \
19
+ lcov \
20
meson \
21
hostname \
22
podman \
0 commit comments