We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc060ad commit ea19d0dCopy full SHA for ea19d0d
docker-image/Dockerfile
@@ -3,15 +3,13 @@ FROM debian:buster-slim
3
ENV DEBIAN_FRONTEND noninteractive
4
ENV LC_ALL C.UTF-8
5
6
-ARG BIND_VERSION=9.16.24
7
-
8
###
9
### Install
10
11
RUN set -x \
12
- && apt-get -qqqy update \
13
- && apt-get -qqqy install --no-install-recommends --no-install-suggests -y \
14
- bind9=$BIND_VERSION \
+ && apt-get update \
+ && apt-get install --no-install-recommends --no-install-suggests -y \
+ bind9 \
15
dnsutils \
16
iputils-ping \
17
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps \
0 commit comments