Move apt-get quiet flag in the beginning

This commit is contained in:
Achilleas Pipinellis 2017-08-31 17:49:33 +02:00
parent abcdbe2d5e
commit 4ce10fda96

View file

@ -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