소스 검색

Fix nginx-php container

After upgrade to PHP 7.2, `-y` option to `apt-get install` was missing.
multi_domain
ßingen 7 년 전
부모
커밋
0008caa574
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      images/rpi-nginx-php/Dockerfile

+ 1
- 1
images/rpi-nginx-php/Dockerfile 파일 보기

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

Loading…
취소
저장