Skip to content

Commit

Permalink
beaker: migrate beaker container to f41
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen committed Oct 7, 2024
1 parent 5593338 commit 452c24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beaker-tests/DockerTestEnv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ RUN dnf -y update \
&& dnf -y install dnf-plugins-core wget \
&& dnf -y copr enable @copr/copr \
&& if test "$COPR_PACKAGES" = devel; then dnf -y copr enable @copr/copr-dev; fi \
&& dnf -y install hostname htop net-tools iputils vim mlocate git sudo \
&& dnf -y install hostname htop net-tools iputils vim plocate git sudo \
openssh-server psmisc python-jedi procps-ng findutils tmux \
expect python3-behave python3-hamcrest \
&& dnf -y install python3-copr rpm-build copr-cli jq \
&& dnf -y install beakerlib \
&& dnf -y clean all

RUN for repo in fedora updates updates-testing; do \
dnf -y config-manager --save --setopt $repo.excludepkgs=hello ; done
dnf -y config-manager setopt $repo.excludepkgs=hello ; done

RUN echo "LANG=en_US.UTF-8" >> /etc/locale
RUN setcap cap_net_raw,cap_net_admin+p /usr/bin/ping
Expand Down

0 comments on commit 452c24f

Please sign in to comment.