Skip to content
Snippets Groups Projects
Commit 203a5a97 authored by nimrod's avatar nimrod
Browse files

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).
parent ece09e87
No related branches found
No related tags found
No related merge requests found
Pipeline #4176 passed
FROM alpine:3.20 FROM alpine:3.20
# hadolint ignore=DL3018 # hadolint ignore=DL3018
RUN echo '@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \ 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 \ apk add --update --no-cache \
bash \ bash \
dma@testing \ dma \
gosu@testing \ gosu@testing \
iproute2 \ iproute2 \
knot-resolver@community \ knot-resolver \
knot-utils \ knot-utils \
mailx \ mailx \
mtr \ mtr \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment