network/.github/Dockerfile.c7-network-role
Gris Ge f508c27674 CI: Enable CentOS 7 integration test
Removed `tests_wireless_nm.yml` as github CI has no mac80211_hwsim
kernel module.

Signed-off-by: Gris Ge <fge@redhat.com>
2022-01-28 17:47:13 +01:00

11 lines
345 B
Text

FROM quay.io/centos/centos:centos7
RUN yum -y install epel-release && \
yum -y upgrade && \
yum -y install NetworkManager NetworkManager-wifi \
procps-ng iproute ansible openssh-server openssh-clients \
dnsmasq hostapd wpa_supplicant openssl ethtool iputils && yum clean all
VOLUME [ "/sys/fs/cgroup" ]
CMD ["/usr/sbin/init"]