|
@@ -4,6 +4,7 @@ ENV TZ UTC
|
|
|
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
|
|
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
|
|
|
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
|
|
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
|
|
|
apk add --no-cache \
|
|
apk add --no-cache \
|
|
|
|
|
+ tzdata \
|
|
|
apache2 php82-apache2 \
|
|
apache2 php82-apache2 \
|
|
|
php82 php82-curl php82-gmp php82-intl php82-mbstring php82-xml php82-zip \
|
|
php82 php82-curl php82-gmp php82-intl php82-mbstring php82-xml php82-zip \
|
|
|
php82-ctype php82-dom php82-fileinfo php82-iconv php82-json php82-opcache php82-openssl php82-phar php82-session php82-simplexml php82-xmlreader php82-xmlwriter php82-xml php82-tokenizer php82-zlib \
|
|
php82-ctype php82-dom php82-fileinfo php82-iconv php82-json php82-opcache php82-openssl php82-phar php82-session php82-simplexml php82-xmlreader php82-xmlwriter php82-xml php82-tokenizer php82-zlib \
|