Skip to content

Commit

Permalink
pdns is recent enough in alpine:edge so it doesn't need to community-…
Browse files Browse the repository at this point in the history
…detour

Signed-off-by: DL6ER <[email protected]>
  • Loading branch information
DL6ER committed May 20, 2024
1 parent 487398e commit e8c4067
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions ftl-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,11 @@ RUN apk add --no-cache \
libunistring-dev \
libunistring-static \
perl \
clang

# Install pdns from community repo
RUN echo "@community http://dl-cdn.alpinelinux.org/alpine/v${ALPINE_VER}/community" >> /etc/apk/repositories; \
apk update; \
apk add --no-cache \
pdns \
pdns-backend-sqlite3 \
pdns-recursor \
pdns-doc
clang \
pdns \
pdns-backend-sqlite3 \
pdns-recursor \
pdns-doc

ENV STATIC true
ENV TEST true
Expand Down

0 comments on commit e8c4067

Please sign in to comment.