Переглянути джерело

Join update and install (#4362)

* Join update and install
To solve cache problems

* Join update and install
To solve cache problems

* Add default_server to nginx

* Join update and install
To force update in each install change
Joan Miquel 6 роки тому
батько
коміт
72561fa890
44 змінених файлів з 87 додано та 87 видалено
  1. 1 1
      frameworks/C/nginx/nginx.conf
  2. 2 2
      frameworks/PHP/amp/amp.dockerfile
  3. 2 2
      frameworks/PHP/cakephp/cakephp.dockerfile
  4. 2 2
      frameworks/PHP/clancats/clancats.dockerfile
  5. 2 2
      frameworks/PHP/codeigniter/codeigniter-hhvm.dockerfile
  6. 2 2
      frameworks/PHP/codeigniter/codeigniter.dockerfile
  7. 2 2
      frameworks/PHP/cygnite/cygnite.dockerfile
  8. 2 2
      frameworks/PHP/fat-free/fat-free-raw.dockerfile
  9. 2 2
      frameworks/PHP/fat-free/fat-free.dockerfile
  10. 2 2
      frameworks/PHP/fuel/fuel.dockerfile
  11. 2 2
      frameworks/PHP/hamlet/hamlet.dockerfile
  12. 2 2
      frameworks/PHP/hhvm/hhvm.dockerfile
  13. 2 2
      frameworks/PHP/kumbiaphp/kumbiaphp-raw.dockerfile
  14. 2 2
      frameworks/PHP/kumbiaphp/kumbiaphp.dockerfile
  15. 2 2
      frameworks/PHP/laravel/laravel-swoole.dockerfile
  16. 2 2
      frameworks/PHP/laravel/laravel.dockerfile
  17. 2 2
      frameworks/PHP/limonade/limonade.dockerfile
  18. 2 2
      frameworks/PHP/lithium/lithium.dockerfile
  19. 2 2
      frameworks/PHP/lumen/lumen-swoole.dockerfile
  20. 2 2
      frameworks/PHP/lumen/lumen.dockerfile
  21. 2 2
      frameworks/PHP/phalcon/phalcon-micro.dockerfile
  22. 2 2
      frameworks/PHP/phalcon/phalcon-mongodb.dockerfile
  23. 2 2
      frameworks/PHP/phalcon/phalcon.dockerfile
  24. 2 2
      frameworks/PHP/php/php-h2o.dockerfile
  25. 2 2
      frameworks/PHP/php/php-ngx.dockerfile
  26. 2 2
      frameworks/PHP/php/php-pgsql-raw.dockerfile
  27. 2 2
      frameworks/PHP/php/php-php5-raw.dockerfile
  28. 2 2
      frameworks/PHP/php/php-php5.dockerfile
  29. 2 2
      frameworks/PHP/php/php-raw7-tcp.dockerfile
  30. 2 2
      frameworks/PHP/php/php-raw7.dockerfile
  31. 2 2
      frameworks/PHP/php/php.dockerfile
  32. 2 2
      frameworks/PHP/phpixie/phpixie.dockerfile
  33. 2 2
      frameworks/PHP/phreeze/phreeze.dockerfile
  34. 2 2
      frameworks/PHP/silex/silex-raw.dockerfile
  35. 2 2
      frameworks/PHP/silex/silex.dockerfile
  36. 2 2
      frameworks/PHP/slim/slim-hhvm.dockerfile
  37. 2 2
      frameworks/PHP/slim/slim-php5.dockerfile
  38. 2 2
      frameworks/PHP/slim/slim.dockerfile
  39. 2 2
      frameworks/PHP/symfony/symfony-raw.dockerfile
  40. 2 2
      frameworks/PHP/symfony/symfony.dockerfile
  41. 2 2
      frameworks/PHP/workerman/workerman.dockerfile
  42. 2 2
      frameworks/PHP/yii2/yii2-hhvm.dockerfile
  43. 2 2
      frameworks/PHP/yii2/yii2.dockerfile
  44. 2 2
      frameworks/PHP/zend/zend.dockerfile

+ 1 - 1
frameworks/C/nginx/nginx.conf

@@ -23,7 +23,7 @@ http {
     keepalive_requests 300000; #default 100
 
     server {
-        listen       8080 bind reuseport;
+        listen       8080 default_server bind reuseport;
 
         root /;
         

+ 2 - 2
frameworks/PHP/amp/amp.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq git unzip php7.2 php7.2-common php7.2-cli php7.2-dev php7.2-mbstring composer curl build-essential > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq git unzip php7.2 php7.2-common php7.2-cli php7.2-dev php7.2-mbstring composer curl build-essential > /dev/null
 
 # An extension is required!
 # We deal with concurrencies over 1k, which stream_select doesn't support.

+ 2 - 2
frameworks/PHP/cakephp/cakephp.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql php7.3-xml php7.3-mbstring php7.0-mcrypt  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql php7.3-xml php7.3-mbstring php7.0-mcrypt  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/clancats/clancats.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql php7.3-xml php7.3-mbstring php7.0-mcrypt  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql php7.3-xml php7.3-mbstring php7.0-mcrypt  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/codeigniter/codeigniter-hhvm.dockerfile

@@ -6,8 +6,8 @@ RUN apt-get update -yqq && apt-get install -yqq software-properties-common apt-t
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
 RUN apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xB4112585D386EB94
 RUN add-apt-repository https://dl.hhvm.com/ubuntu
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq hhvm nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql php7.3-xml php7.3-mbstring  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq hhvm nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql php7.3-xml php7.3-mbstring  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/codeigniter/codeigniter.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/cygnite/cygnite.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql php5.6-xml php5.6-mbstring php5.6-mcrypt  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql php5.6-xml php5.6-mbstring php5.6-mcrypt  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/fat-free/fat-free-raw.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 
 COPY deploy/conf/* /etc/php/7.3/fpm/
 

+ 2 - 2
frameworks/PHP/fat-free/fat-free.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 
 COPY deploy/conf/* /etc/php/7.3/fpm/
 

+ 2 - 2
frameworks/PHP/fuel/fuel.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql php7.3-xml php7.3-mbstring php7.0-mcrypt  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql php7.3-xml php7.3-mbstring php7.0-mcrypt  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/hamlet/hamlet.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq > /dev/null
-RUN apt-get install -yqq nginx git unzip curl php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql php7.3-opcache > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip curl php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql php7.3-opcache > /dev/null
 
 COPY deploy/conf/* /etc/php/7.3/fpm/
 

+ 2 - 2
frameworks/PHP/hhvm/hhvm.dockerfile

@@ -6,8 +6,8 @@ RUN apt-get update -yqq && apt-get install -yqq software-properties-common apt-t
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
 RUN apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xB4112585D386EB94
 RUN add-apt-repository https://dl.hhvm.com/ubuntu
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq hhvm nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql php7.3-xml php7.3-mbstring php7.3-mongodb  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq hhvm nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql php7.3-xml php7.3-mbstring php7.3-mongodb  > /dev/null
 
 ADD ./ /hhvm_app
 WORKDIR /hhvm_app

+ 2 - 2
frameworks/PHP/kumbiaphp/kumbiaphp-raw.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 
 COPY deploy/conf/* /etc/php/7.3/fpm/
 

+ 2 - 2
frameworks/PHP/kumbiaphp/kumbiaphp.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 
 COPY deploy/conf/* /etc/php/7.3/fpm/
 

+ 2 - 2
frameworks/PHP/laravel/laravel-swoole.dockerfile

@@ -28,8 +28,8 @@ RUN echo "APP_SWOOLE=true" >> .env
 # An additional benefit of this method is that the correct version of composer will be used for the environment and version of the php system in the docker image
 RUN deploy/swoole/install-composer.sh
 
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq git unzip > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq git unzip > /dev/null
 COPY deploy/swoole/composer* ./
 RUN php composer.phar install -a --no-dev --quiet
 

+ 2 - 2
frameworks/PHP/laravel/laravel.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 RUN apt-get install -yqq php7.3-mbstring php7.3-xml  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null

+ 2 - 2
frameworks/PHP/limonade/limonade.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/lithium/lithium.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql php5.6-xml php5.6-mbstring php5.6-mcrypt  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql php5.6-xml php5.6-mbstring php5.6-mcrypt  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/lumen/lumen-swoole.dockerfile

@@ -25,8 +25,8 @@ RUN chmod -R 777 /lumen
 # An additional benefit of this method is that the correct version of composer will be used for the environment and version of the php system in the docker image
 RUN deploy/swoole/install-composer.sh
 
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq git unzip > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq git unzip > /dev/null
 COPY deploy/swoole/composer* ./
 RUN php composer.phar install -a --no-dev --quiet
 

+ 2 - 2
frameworks/PHP/lumen/lumen.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 RUN apt-get install -yqq php7.3-mbstring php7.3-xml  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null

+ 2 - 2
frameworks/PHP/phalcon/phalcon-micro.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.2 php7.2-common php7.2-cli php7.2-fpm php7.2-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.2 php7.2-common php7.2-cli php7.2-fpm php7.2-mysql  > /dev/null
 
 COPY deploy/conf/* /etc/php/7.2/fpm/
 

+ 2 - 2
frameworks/PHP/phalcon/phalcon-mongodb.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.2 php7.2-common php7.2-cli php7.2-fpm php7.2-mysql php7.2-mongodb  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.2 php7.2-common php7.2-cli php7.2-fpm php7.2-mysql php7.2-mongodb  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/phalcon/phalcon.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.2 php7.2-common php7.2-cli php7.2-fpm php7.2-mysql php7.2-mongodb  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.2 php7.2-common php7.2-cli php7.2-fpm php7.2-mysql php7.2-mongodb  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/php/php-h2o.dockerfile

@@ -9,8 +9,8 @@ RUN apt-get update && \
 ### Install php
 
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php > /dev/null
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 
 COPY deploy/conf/* /etc/php/7.3/fpm/
 

+ 2 - 2
frameworks/PHP/php/php-ngx.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php > /dev/null
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq wget git unzip libxml2-dev cmake make \
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq wget git unzip libxml2-dev cmake make \
                     zlibc zlib1g zlib1g-dev libpcre3 libpcre3-dev libargon2-0-dev libsodium-dev \
                     php7.3 php7.3-common php7.3-dev libphp7.3-embed php7.3-mysql nginx > /dev/null
 

+ 2 - 2
frameworks/PHP/php/php-pgsql-raw.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt update -yqq
-RUN apt install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-pgsql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-pgsql  > /dev/null
 
 COPY deploy/conf/* /etc/php/7.3/fpm/
 

+ 2 - 2
frameworks/PHP/php/php-php5-raw.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql  > /dev/null
 
 COPY deploy/conf/* /etc/php/5.6/fpm/
 RUN sed -i "s|listen = /run/php/php7.3-fpm.sock|listen = /run/php/php5.6-fpm.sock|g" /etc/php/5.6/fpm/php-fpm.conf

+ 2 - 2
frameworks/PHP/php/php-php5.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/php/php-raw7-tcp.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 
 COPY deploy/conf/* /etc/php/7.3/fpm/
 

+ 2 - 2
frameworks/PHP/php/php-raw7.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 
 COPY deploy/conf/* /etc/php/7.3/fpm/
 

+ 2 - 2
frameworks/PHP/php/php.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/phpixie/phpixie.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/phreeze/phreeze.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql php5.6-xml php5.6-mbstring php5.6-mcrypt  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql php5.6-xml php5.6-mbstring php5.6-mcrypt  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/silex/silex-raw.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/silex/silex.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/slim/slim-hhvm.dockerfile

@@ -6,8 +6,8 @@ RUN apt-get update -yqq && apt-get install -yqq software-properties-common apt-t
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
 RUN apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xB4112585D386EB94
 RUN add-apt-repository https://dl.hhvm.com/ubuntu
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq hhvm nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql php5.6-xml php5.6-mbstring php5.6-mcrypt  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq hhvm nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql php5.6-xml php5.6-mbstring php5.6-mcrypt  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/slim/slim-php5.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql php5.6-xml php5.6-mbstring php5.6-mcrypt  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql php5.6-xml php5.6-mbstring php5.6-mcrypt  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/slim/slim.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/symfony/symfony-raw.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 RUN apt-get install php7.3-xml  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null

+ 2 - 2
frameworks/PHP/symfony/symfony.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 RUN apt-get install php7.3-xml  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null

+ 2 - 2
frameworks/PHP/workerman/workerman.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/yii2/yii2-hhvm.dockerfile

@@ -6,8 +6,8 @@ RUN apt-get update -yqq && apt-get install -yqq software-properties-common apt-t
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
 RUN apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xB4112585D386EB94
 RUN add-apt-repository https://dl.hhvm.com/ubuntu
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq hhvm nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql php7.3-xml php7.3-mbstring php7.3-mongodb  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq hhvm nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql php7.3-xml php7.3-mbstring php7.3-mongodb  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/yii2/yii2.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql php7.3-mbstring  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql php7.3-mbstring  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null
 

+ 2 - 2
frameworks/PHP/zend/zend.dockerfile

@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq  > /dev/null
-RUN apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
+RUN apt-get update -yqq > /dev/null && \
+    apt-get install -yqq nginx git unzip php7.3 php7.3-common php7.3-cli php7.3-fpm php7.3-mysql  > /dev/null
 RUN apt-get install -yqq php7.3-xml php7.3-mbstring  > /dev/null
 
 RUN apt-get install -yqq composer > /dev/null