Skip to content

Commit

Permalink
Merge pull request #498 from IngmarStein/nghttp2
Browse files Browse the repository at this point in the history
Enable support for DNS-over-HTTPS
  • Loading branch information
klutchell authored Sep 18, 2024
2 parents b6b85cb + ff98f54 commit 0e4a3b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN --mount=type=cache,id=apk-cache-${TARGETARCH},target=/var/cache/apk \
ca-certificates-bundle \
libevent-dev \
libsodium-dev \
nghttp2-dev \
openssl-dev \
hiredis-dev \
expat-dev
Expand Down Expand Up @@ -91,6 +92,7 @@ RUN ./configure \
--with-pthreads \
--with-libevent \
--with-libhiredis \
--with-libnghttp2 \
--with-ssl \
--with-username=unbound

Expand Down Expand Up @@ -142,7 +144,7 @@ FROM scratch AS final
COPY --from=build-base /lib/ld-musl*.so.1 /lib/
COPY --from=build-base /usr/lib/libgcc_s.so.1 /usr/lib/
COPY --from=build-base /lib/libcrypto.so.3 /lib/libssl.so.3 /lib/
COPY --from=build-base /usr/lib/libsodium.so.* /usr/lib/libevent-2.1.so.* /usr/lib/libexpat.so.* /usr/lib/libhiredis.so.* /usr/lib/
COPY --from=build-base /usr/lib/libsodium.so.* /usr/lib/libevent-2.1.so.* /usr/lib/libexpat.so.* /usr/lib/libhiredis.so.* /usr/lib/libnghttp2.so.* /usr/lib/
COPY --from=build-base /etc/ssl/ /etc/ssl/
COPY --from=build-base /etc/passwd /etc/group /etc/

Expand Down

0 comments on commit 0e4a3b5

Please sign in to comment.