Skip to content

Commit 66fbb4f

Browse files
committed
Switch to CentOS 9 and provide an image tag to fix #8
1 parent e8abb50 commit 66fbb4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM docker.io/centos
1+
FROM quay.io/centos/centos:stream9
22

33
MAINTAINER Oliver Falk <[email protected]>
44

55
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
6+
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
77
RUN pushd /var/tmp && git clone https://github.com/ofalk/scanssh.git && pushd scanssh && aclocal && automake && ./configure && make && make install

0 commit comments

Comments
 (0)