Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Dec 7, 2023
1 parent cbfeccb commit 9044b23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM registry.fedoraproject.org/fedora
RUN if test -f /etc/centos-release ; then dnf install -y 'dnf-command(config-manager)' ; fi
RUN if test -f /etc/centos-release && grep 'CentOS Stream release 8' /etc/centos-release ; then \
dnf config-manager --set-enabled powertools ; fi
dnf config-manager --set-enabled powertools ; \
rm -f /run/nologin ; fi
RUN if test -f /etc/centos-release && grep 'CentOS Stream release 9' /etc/centos-release ; then \
dnf config-manager --set-enabled crb ; fi
RUN dnf install -y --setopt=install_weak_deps=False python3-devel python3-setuptools python3-Cython make gcc libssh-devel openssh-server openssh-clients rpm-build
Expand Down

0 comments on commit 9044b23

Please sign in to comment.