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
# 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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment