We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8abb50 commit 66fbb4fCopy full SHA for 66fbb4f
Dockerfile
@@ -1,7 +1,7 @@
1
-FROM docker.io/centos
+FROM quay.io/centos/centos:stream9
2
3
MAINTAINER Oliver Falk <[email protected]>
4
5
RUN ln -sf /dev/stdout /var/log/messages
6
-RUN yum -y install git gcc make libpcap-devel libdnet-devel libevent-devel automake; yum clean all
+RUN dnf -y install epel-release epel-next-release && dnf -y install git-core gcc make libpcap-devel libdnet-devel libevent-devel automake; yum clean all
7
RUN pushd /var/tmp && git clone https://github.com/ofalk/scanssh.git && pushd scanssh && aclocal && automake && ./configure && make && make install
0 commit comments