Commit 4ce10fda authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Move apt-get quiet flag in the beginning

parent abcdbe2d
......@@ -410,7 +410,7 @@ FROM php:7.1
RUN apt-get update
# Install PHP and composer dependencies
RUN apt-get install git curl libmcrypt-dev libjpeg-dev libpng-dev libfreetype6-dev libbz2-dev -yqq
RUN apt-get install -qq git curl libmcrypt-dev libjpeg-dev libpng-dev libfreetype6-dev libbz2-dev
# Clear out the local repository of retrieved package files
RUN apt-get clean
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment