Skip to content
Snippets Groups Projects
Verified Commit 2c3d75e8 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

scripts/centos: update Dockerfile to centos:8

parent f290416a
No related branches found
No related tags found
1 merge request!1095scripts/centos: update Dockerfile to centos:8
Pipeline #56299 passed
FROM centos:latest
MAINTAINER Knot DNS <knot-dns@labs.nic.cz>
ENV DEBIAN_FRONTEND noninteractive
RUN yum -y upgrade
RUN yum -y install epel-release
RUN yum -y install \
RUN dnf -y upgrade
RUN dnf -y install epel-release
RUN dnf -y --enablerepo PowerTools install \
'autoconf' \
'automake' \
'libtool' \
'lmdb-devel' \
'pkgconfig' \
'pkgconfig(lmdb)' \
'pkgconfig(gnutls)' \
'pkgconfig(libcap-ng)' \
'pkgconfig(libedit)' \
......@@ -18,5 +18,5 @@ RUN yum -y install \
'pkgconfig(libprotobuf-c)' \
'pkgconfig(libsystemd)' \
'pkgconfig(liburcu)' \
'python-sphinx' \
'python3-sphinx' \
'systemd'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment