Skip to content
Snippets Groups Projects
Commit 67ad491b authored by Daniel Salzman's avatar Daniel Salzman
Browse files

ci: use rockylinux:9 instead of rockylinux:latest as it's not available

parent 8e10e7eb
Branches
Tags
No related merge requests found
Pipeline #102144 canceled with stages
in 6 seconds
FROM rockylinux:latest
FROM rockylinux:9
MAINTAINER Knot DNS <knot-dns@labs.nic.cz>
ENV DEBIAN_FRONTEND noninteractive
RUN dnf -y upgrade
RUN dnf -y install epel-release
RUN dnf -y --enablerepo powertools install \
RUN dnf -y --enablerepo crb install \
'autoconf' \
'automake' \
'diffutils' \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment