File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ ARG CONTAINER="alpine:edge"
2
2
FROM ${CONTAINER} AS builder
3
3
4
4
ARG TARGETPLATFORM
5
- ARG idnversion=1.41
6
5
ARG readlineversion=8.1
7
6
ARG termcapversion=1.3.1
8
7
ARG nettleversion=3.9.1
@@ -28,6 +27,10 @@ RUN apk add --no-cache \
28
27
py3-yaml \
29
28
zip \
30
29
py3-requests \
30
+ libidn2-dev \
31
+ libidn2-static \
32
+ libunistring-dev \
33
+ libunistring-static \
31
34
perl
32
35
33
36
# Install pdns from community repo
@@ -42,13 +45,6 @@ RUN echo "@community http://dl-cdn.alpinelinux.org/alpine/v${ALPINE_VER}/communi
42
45
ENV STATIC true
43
46
ENV TEST true
44
47
45
- RUN curl -sSL https://ftl.pi-hole.net/libraries/libidn-${idnversion}.tar.gz | tar -xz \
46
- && cd libidn-${idnversion} \
47
- && ./configure --enable-static --disable-shared --disable-doc --disable-valgrind-tests \
48
- && make -j $(nproc) install \
49
- && cd .. \
50
- && rm -r libidn-${idnversion}
51
-
52
48
RUN curl -sSL https://ftl.pi-hole.net/libraries/termcap-${termcapversion}.tar.gz | tar -xz \
53
49
&& cd termcap-${termcapversion} \
54
50
&& ./configure --enable-static --disable-shared --disable-doc --without-examples \
You can’t perform that action at this time.
0 commit comments