Explorar el Código

Fix nginx-php container

After upgrade to PHP 7.2, `-y` option to `apt-get install` was missing.
multi_domain
ßingen hace 7 años
padre
commit
0008caa574
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      images/rpi-nginx-php/Dockerfile

+ 1
- 1
images/rpi-nginx-php/Dockerfile Ver fichero

@@ -2,7 +2,7 @@ FROM bingen/rpi-nginx

# Add PHP 7.2 repo
RUN apt-get update && \
apt-get install apt-transport-https lsb-release ca-certificates wget && \
apt-get install -y apt-transport-https lsb-release ca-certificates wget && \
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
# update and install php

Cargando…
Cancelar
Guardar