Skip to content

Commit 8029307

Browse files
authored
Merge pull request #167 from dougsland/add-packages
e2e: add more packages as requirement
2 parents b4cfb63 + a14d3b8 commit 8029307

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: tests/e2e/lib/ContainerFile.template

+5
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@ RUN dnf install -y \
66

77
RUN dnf config-manager -y --set-enabled crb
88
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
910

1011
RUN dnf install -y \
1112
clang-tools-extra \
1213
codespell \
1314
bzip2 \
1415
gcc \
16+
g++ \
17+
gh \
18+
fpaste \
19+
lcov \
1520
meson \
1621
hostname \
1722
podman \

0 commit comments

Comments
 (0)