Skip to content

Commit

Permalink
Merge pull request #167 from dougsland/add-packages
Browse files Browse the repository at this point in the history
e2e: add more packages as requirement
  • Loading branch information
rhatdan authored Aug 15, 2023
2 parents b4cfb63 + a14d3b8 commit 8029307
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/e2e/lib/ContainerFile.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ RUN dnf install -y \

RUN dnf config-manager -y --set-enabled crb
RUN dnf -y copr enable rhcontainerbot/qm centos-stream-9
RUN dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo

RUN dnf install -y \
clang-tools-extra \
codespell \
bzip2 \
gcc \
g++ \
gh \
fpaste \
lcov \
meson \
hostname \
podman \
Expand Down

0 comments on commit 8029307

Please sign in to comment.