From: romeroalx Date: Thu, 1 Feb 2024 23:35:28 +0000 (+0100) Subject: fix builds ubuntu noble. remove pkg usrmerge X-Git-Tag: dnsdist-1.9.0~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=746bda7182ec606141b64680b00877a7179d40a2;p=thirdparty%2Fpdns.git fix builds ubuntu noble. remove pkg usrmerge --- diff --git a/builder-support/dockerfiles/Dockerfile.target.ubuntu-noble b/builder-support/dockerfiles/Dockerfile.target.ubuntu-noble index 6166a0a9a7..e25bddfb85 100644 --- a/builder-support/dockerfiles/Dockerfile.target.ubuntu-noble +++ b/builder-support/dockerfiles/Dockerfile.target.ubuntu-noble @@ -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