Commit 6bee97cd authored by nimrod's avatar nimrod
Browse files

resolver: Fix for moved package.

parent 6576ba19
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
FROM alpine:3.21
# hadolint ignore=DL3018
RUN echo '@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories && \
    apk add --update --no-cache \
        bash \
        dma \
        gosu@testing \
        gosu@community \
        iproute2 \
        knot-resolver \
        knot-utils \