aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/bind9/Dockerfile
diff options
context:
space:
mode:
authorGravatar Ondřej Surý <ondrej@sury.org>2021-02-05 15:12:04 +0100
committerGravatar GitHub <noreply@github.com>2021-02-05 06:12:04 -0800
commit1a577209fa4f3a53c0e9137770c8892384bbc498 (patch)
treed3ccca137ba290712e3eac250859acae8f78d2e4 /projects/bind9/Dockerfile
parent6e38a76220f7747eb4a1f9b13dd3caf9e84f091c (diff)
[bind9] Add libnghttp2 to Dockerfile and build.sh for main branch (#5124)
Diffstat (limited to 'projects/bind9/Dockerfile')
-rw-r--r--projects/bind9/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/bind9/Dockerfile b/projects/bind9/Dockerfile
index 1c0a233c..25ba5388 100644
--- a/projects/bind9/Dockerfile
+++ b/projects/bind9/Dockerfile
@@ -23,9 +23,10 @@ RUN apt-get -y install \
autotools-dev \
bison \
build-essential \
+ libnghttp2-dev \
+ libssl-dev \
libtool \
libtool-bin \
- libssl-dev \
libuv1-dev \
pkg-config \
zip