]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - builder-support/dockerfiles/Dockerfile.target.amazon-2
spelling: [API] deserialize
[thirdparty/pdns.git] / builder-support / dockerfiles / Dockerfile.target.amazon-2
index 464a541b9be9967908b940b1bf326ff31de7d955..bda6eb1fff6d313869a075fbb353f044756a5410 100644 (file)
@@ -1,10 +1,11 @@
 # First do the source builds
 @INCLUDE Dockerfile.target.sdist
 
-# This defines the dstribution base layer
+# This defines the distribution base layer
 # Put only the bare minimum of common commands here, without dev tools
 FROM amazonlinux:2 as dist-base
-RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
+ARG BUILDER_CACHE_BUSTER=
+RUN touch /var/lib/rpm/* && yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
 
 # Do the actual rpm build
 @INCLUDE Dockerfile.rpmbuild