]> 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 43b17135a2782358f9e94ef38d77cf3b9d87ceaa..bda6eb1fff6d313869a075fbb353f044756a5410 100644 (file)
@@ -1,11 +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
 ARG BUILDER_CACHE_BUSTER=
-RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
+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