Skip to content

Commit

Permalink
Change package list to avoid bind9
Browse files Browse the repository at this point in the history
By using `knot` and `ldnsutils` on Ubuntu we do not need to install
`bind9` and `bind9-dnsutils`.  By that we use `drill` instead of
`dig` in `inet_dns_SUITE:tsig_server/1`.
  • Loading branch information
RaimoNiskanen committed Jul 12, 2023
1 parent 1e23356 commit 69d20fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dockerfiles/Dockerfile.ubuntu-base
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN apt-get install -y git curl && \
ARG EXTRA_LIBS="erlang erlang-doc"
RUN apt-get install -y \
unixodbc odbc-postgresql postgresql ssh openssh-server groff-base gdb \
tinyproxy bind9 bind9-dnsutils expect knot vsftpd python emacs nano vim \
tinyproxy knot ldnsutils expect vsftpd python emacs nano vim \
linux-tools-common linux-tools-generic jq \
xvfb libgl1-mesa-dri && \
for lib in ${EXTRA_LIBS}; do apt-get install -y ${lib}; done && \
Expand Down

0 comments on commit 69d20fd

Please sign in to comment.