Commit f34b52b9 authored by nanahira's avatar nanahira

add missing php7 cli

parent bb9cdf5f
Pipeline #11133 failed with stages
in 23 seconds
......@@ -12,7 +12,7 @@ ENV STARTUP_TIMEOUT=5 \
WORKDIR /var/www/html
RUN \
apk --update add curl gettext nginx php7 php7 php7-bcmath php7-common php7-dom php7-fileinfo \
apk --update add curl gettext nginx php7 php7-cli php7-bcmath php7-common php7-dom php7-fileinfo \
php7-fpm php7-gd php7-memcached php7-mbstring php7-openssl php7-pdo php7-phar php7-json \
php7-pdo_mysql php7-session php7-simplexml php7-tokenizer php7-ctype php7-zlib php7-zip tini \
&& mkdir -p /var/www/html /run/nginx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment