Merge pull request #70 from LinkStackOrg/dev

Dev
This commit is contained in:
Julian Prieber 2023-06-23 23:49:35 +02:00 committed by GitHub
commit 68de4f6d5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,31 +9,31 @@ RUN apk --no-cache --update \
add apache2 \
apache2-ssl \
curl \
php81-apache2 \
php81-bcmath \
php81-bz2 \
php81-calendar \
php81-common \
php81-ctype \
php81-curl \
php81-dom \
php81-fileinfo \
php81-gd \
php81-iconv \
php81-json \
php81-mbstring \
php81-mysqli \
php81-mysqlnd \
php81-openssl \
php81-pdo_mysql \
php81-pdo_pgsql \
php81-pdo_sqlite \
php81-phar \
php81-session \
php81-xml \
php81-tokenizer \
php81-zip \
php81-xmlwriter \
php82-apache2 \
php82-bcmath \
php82-bz2 \
php82-calendar \
php82-common \
php82-ctype \
php82-curl \
php82-dom \
php82-fileinfo \
php82-gd \
php82-iconv \
php82-json \
php82-mbstring \
php82-mysqli \
php82-mysqlnd \
php82-openssl \
php82-pdo_mysql \
php82-pdo_pgsql \
php82-pdo_sqlite \
php82-phar \
php82-session \
php82-xml \
php82-tokenizer \
php82-zip \
php82-xmlwriter \
tzdata \
&& mkdir /htdocs