|
@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|
|
|
|
|
RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
|
|
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 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!
|
|
# An extension is required!
|
|
# We deal with concurrencies over 1k, which stream_select doesn't support.
|
|
# We deal with concurrencies over 1k, which stream_select doesn't support.
|