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 f635846 commit d15f85dCopy full SHA for d15f85d
Dockerfile
@@ -14,6 +14,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
14
&& docker-php-ext-enable redis zip \
15
&& apt-get install -y mariadb-client redis-tools \
16
&& 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 \
18
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*
19
20
# Configure PHP, make memory_limit and upload_max_filesize match Pantheon
0 commit comments