]> git.ipfire.org Git - thirdparty/pdns.git/blame - builder-support/dockerfiles/Dockerfile.target.centos-7
Merge pull request #7320 from pieterlexis/auth-lower-udp-trunc
[thirdparty/pdns.git] / builder-support / dockerfiles / Dockerfile.target.centos-7
CommitLineData
927e24d4
PL
1# First do the source builds
2@INCLUDE Dockerfile.target.sdist
3
4# This defines the dstribution base layer
5# Put only the bare minimum of common commands here, without dev tools
6FROM centos:7 as dist-base
7RUN yum install -y epel-release
8
9# Do the actual rpm build
10@INCLUDE Dockerfile.rpmbuild
11
12# Do a test install and verify
13# Can be skipped with skiptests=1 in the environment
14# @EXEC [ "$skiptests" = "" ] && include Dockerfile.rpmtest