Skip to content

Commit ea19d0d

Browse files
committed
update Dockerfile
1 parent cc060ad commit ea19d0d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docker-image/Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ FROM debian:buster-slim
33
ENV DEBIAN_FRONTEND noninteractive
44
ENV LC_ALL C.UTF-8
55

6-
ARG BIND_VERSION=9.16.24
7-
86
###
97
### Install
108
###
119
RUN set -x \
12-
&& apt-get -qqqy update \
13-
&& apt-get -qqqy install --no-install-recommends --no-install-suggests -y \
14-
bind9=$BIND_VERSION \
10+
&& apt-get update \
11+
&& apt-get install --no-install-recommends --no-install-suggests -y \
12+
bind9 \
1513
dnsutils \
1614
iputils-ping \
1715
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps \

0 commit comments

Comments
 (0)