]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix builds ubuntu noble. remove pkg usrmerge 13764/head
authorromeroalx <alexis.romero@open-xchange.com>
Thu, 1 Feb 2024 23:35:28 +0000 (00:35 +0100)
committerromeroalx <alexis.romero@open-xchange.com>
Thu, 1 Feb 2024 23:35:28 +0000 (00:35 +0100)
builder-support/dockerfiles/Dockerfile.target.ubuntu-noble

index 6166a0a9a71caa1167a0ff7be1630247200b8260..e25bddfb8551d904d1fe83e775020f3f1a8926df 100644 (file)
@@ -14,6 +14,8 @@ FROM arm64v8/ubuntu:noble as dist-base
 ARG BUILDER_CACHE_BUSTER=
 ARG APT_URL
 RUN apt-get update && apt-get -y dist-upgrade
+# FIXME: Package usrmerge missing sha256 str
+RUN apt-get purge -y usrmerge
 
 @INCLUDE Dockerfile.debbuild-prepare