From 203a5a97e9e1595901379f030b1cf0c7fb44c849 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 9 Nov 2024 15:57:25 +0200 Subject: [PATCH] Resolver: Fix the build. Some packages are now available in the community repo for 3.20 so there's no need for the edge community repo (and it breaks the build). --- resolver/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resolver/Dockerfile b/resolver/Dockerfile index 31d76a4..1f54254 100644 --- a/resolver/Dockerfile +++ b/resolver/Dockerfile @@ -1,13 +1,12 @@ FROM alpine:3.20 # hadolint ignore=DL3018 RUN echo '@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \ - echo '@community http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories && \ apk add --update --no-cache \ bash \ - dma@testing \ + dma \ gosu@testing \ iproute2 \ - knot-resolver@community \ + knot-resolver \ knot-utils \ mailx \ mtr \ -- GitLab