Skip to content

Commit 61bc16a

Browse files
authored
install pv
1 parent d15f85d commit 61bc16a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +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 \
17+
&& apt-get install -y dnsutils pv \
1818
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*
1919

2020
# Configure PHP, make memory_limit and upload_max_filesize match Pantheon

0 commit comments

Comments
 (0)