Skip to content

Commit d15f85d

Browse files
committed
install dnsutils
1 parent f635846 commit d15f85d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
1414
&& docker-php-ext-enable redis zip \
1515
&& apt-get install -y mariadb-client redis-tools \
1616
&& apt-get install -y npm libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb \
17+
&& apt-get install -y dnsutils \
1718
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*
1819

1920
# Configure PHP, make memory_limit and upload_max_filesize match Pantheon

0 commit comments

Comments
 (0)