]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
scripts: add missing 'make' to the CentOS Dockerfile
authorDaniel Salzman <daniel.salzman@nic.cz>
Thu, 12 Dec 2019 10:21:43 +0000 (11:21 +0100)
committerDaniel Salzman <daniel.salzman@nic.cz>
Thu, 12 Dec 2019 10:22:30 +0000 (11:22 +0100)
scripts/docker/centos:latest/Dockerfile

index a25eedf0975cbb1d41e1856a48c3f0bb2e751a90..4d2cbd9b02a39b88ddd6d160d2e5e2d5a014686b 100644 (file)
@@ -7,6 +7,7 @@ RUN dnf -y --enablerepo PowerTools install \
        'autoconf' \
        'automake' \
        'libtool' \
+       'make' \
        'pkgconfig' \
        'pkgconfig(lmdb)' \
        'pkgconfig(gnutls)' \