diff --git a/v8.1/Dockerfile.amd64 b/v8.1/Dockerfile.amd64 index 0a4ee3f..7bb409b 100644 --- a/v8.1/Dockerfile.amd64 +++ b/v8.1/Dockerfile.amd64 @@ -7,7 +7,7 @@ ENV PHP_PACKAGE_VERSION=81 RUN apk update && \ apk upgrade && \ - apk add php${PHP_PACKAGE_VERSION} php${PHP_PACKAGE_VERSION}-apache2 php${PHP_PACKAGE_VERSION}-ctype php${PHP_PACKAGE_VERSION}-curl php${PHP_PACKAGE_VERSION}-dom php${PHP_PACKAGE_VERSION}-gd php${PHP_PACKAGE_VERSION}-iconv php${PHP_PACKAGE_VERSION}-intl php${PHP_PACKAGE_VERSION}-mysqli php${PHP_PACKAGE_VERSION}-mysqlnd php${PHP_PACKAGE_VERSION}-openssl php${PHP_PACKAGE_VERSION}-opcache php${PHP_PACKAGE_VERSION}-pdo php${PHP_PACKAGE_VERSION}-pdo_mysql php${PHP_PACKAGE_VERSION}-pdo_pgsql php${PHP_PACKAGE_VERSION}-pdo_sqlite php${PHP_PACKAGE_VERSION}-pear php${PHP_PACKAGE_VERSION}-pgsql php${PHP_PACKAGE_VERSION}-phar php${PHP_PACKAGE_VERSION}-sqlite3 php${PHP_PACKAGE_VERSION}-xml php${PHP_PACKAGE_VERSION}-zip php${PHP_PACKAGE_VERSION}-mbstring php${PHP_PACKAGE_VERSION}-simplexml php${PHP_PACKAGE_VERSION}-tokenizer php${PHP_PACKAGE_VERSION}-xmlwriter php${PHP_PACKAGE_VERSION}-fileinfo php${PHP_PACKAGE_VERSION}-soap php${PHP_PACKAGE_VERSION}-pecl-apcu php${PHP_PACKAGE_VERSION}-pecl-redis php${PHP_PACKAGE_VERSION}-pecl-memcached git && \ + apk add php${PHP_PACKAGE_VERSION}@testing php${PHP_PACKAGE_VERSION}-apache2@testing php${PHP_PACKAGE_VERSION}-ctype@testing php${PHP_PACKAGE_VERSION}-curl@testing php${PHP_PACKAGE_VERSION}-dom@testing php${PHP_PACKAGE_VERSION}-gd@testing php${PHP_PACKAGE_VERSION}-iconv@testing php${PHP_PACKAGE_VERSION}-intl@testing php${PHP_PACKAGE_VERSION}-mysqli@testing php${PHP_PACKAGE_VERSION}-mysqlnd@testing php${PHP_PACKAGE_VERSION}-openssl@testing php${PHP_PACKAGE_VERSION}-opcache@testing php${PHP_PACKAGE_VERSION}-pdo@testing php${PHP_PACKAGE_VERSION}-pdo_mysql@testing php${PHP_PACKAGE_VERSION}-pdo_pgsql@testing php${PHP_PACKAGE_VERSION}-pdo_sqlite@testing php${PHP_PACKAGE_VERSION}-pear@testing php${PHP_PACKAGE_VERSION}-pgsql@testing php${PHP_PACKAGE_VERSION}-phar@testing php${PHP_PACKAGE_VERSION}-sqlite3@testing php${PHP_PACKAGE_VERSION}-xml@testing php${PHP_PACKAGE_VERSION}-zip@testing php${PHP_PACKAGE_VERSION}-mbstring@testing php${PHP_PACKAGE_VERSION}-simplexml@testing php${PHP_PACKAGE_VERSION}-tokenizer@testing php${PHP_PACKAGE_VERSION}-xmlwriter@testing php${PHP_PACKAGE_VERSION}-fileinfo@testing php${PHP_PACKAGE_VERSION}-soap@testing php${PHP_PACKAGE_VERSION}-pecl-apcu@testing php${PHP_PACKAGE_VERSION}-pecl-redis@testing php${PHP_PACKAGE_VERSION}-pecl-memcached@testing git && \ ln -sf /usr/bin/php${PHP_PACKAGE_VERSION} /usr/bin/php && \ rm -rf /var/cache/apk/* /etc/php${PHP_PACKAGE_VERSION}/* && \ mv /srv/www/index.html /srv/www/index.php diff --git a/v8.1/Dockerfile.arm b/v8.1/Dockerfile.arm index 4e07486..b9f22a8 100644 --- a/v8.1/Dockerfile.arm +++ b/v8.1/Dockerfile.arm @@ -7,7 +7,7 @@ ENV PHP_PACKAGE_VERSION=81 RUN apk update && \ apk upgrade && \ - apk add php${PHP_PACKAGE_VERSION} php${PHP_PACKAGE_VERSION}-apache2 php${PHP_PACKAGE_VERSION}-ctype php${PHP_PACKAGE_VERSION}-curl php${PHP_PACKAGE_VERSION}-dom php${PHP_PACKAGE_VERSION}-gd php${PHP_PACKAGE_VERSION}-iconv php${PHP_PACKAGE_VERSION}-intl php${PHP_PACKAGE_VERSION}-mysqli php${PHP_PACKAGE_VERSION}-mysqlnd php${PHP_PACKAGE_VERSION}-openssl php${PHP_PACKAGE_VERSION}-opcache php${PHP_PACKAGE_VERSION}-pdo php${PHP_PACKAGE_VERSION}-pdo_mysql php${PHP_PACKAGE_VERSION}-pdo_pgsql php${PHP_PACKAGE_VERSION}-pdo_sqlite php${PHP_PACKAGE_VERSION}-pear php${PHP_PACKAGE_VERSION}-pgsql php${PHP_PACKAGE_VERSION}-phar php${PHP_PACKAGE_VERSION}-sqlite3 php${PHP_PACKAGE_VERSION}-xml php${PHP_PACKAGE_VERSION}-zip php${PHP_PACKAGE_VERSION}-mbstring php${PHP_PACKAGE_VERSION}-simplexml php${PHP_PACKAGE_VERSION}-tokenizer php${PHP_PACKAGE_VERSION}-xmlwriter php${PHP_PACKAGE_VERSION}-fileinfo php${PHP_PACKAGE_VERSION}-soap php${PHP_PACKAGE_VERSION}-pecl-apcu php${PHP_PACKAGE_VERSION}-pecl-redis php${PHP_PACKAGE_VERSION}-pecl-memcached git && \ + apk add php${PHP_PACKAGE_VERSION}@testing php${PHP_PACKAGE_VERSION}-apache2@testing php${PHP_PACKAGE_VERSION}-ctype@testing php${PHP_PACKAGE_VERSION}-curl@testing php${PHP_PACKAGE_VERSION}-dom@testing php${PHP_PACKAGE_VERSION}-gd@testing php${PHP_PACKAGE_VERSION}-iconv@testing php${PHP_PACKAGE_VERSION}-intl@testing php${PHP_PACKAGE_VERSION}-mysqli@testing php${PHP_PACKAGE_VERSION}-mysqlnd@testing php${PHP_PACKAGE_VERSION}-openssl@testing php${PHP_PACKAGE_VERSION}-opcache@testing php${PHP_PACKAGE_VERSION}-pdo@testing php${PHP_PACKAGE_VERSION}-pdo_mysql@testing php${PHP_PACKAGE_VERSION}-pdo_pgsql@testing php${PHP_PACKAGE_VERSION}-pdo_sqlite@testing php${PHP_PACKAGE_VERSION}-pear@testing php${PHP_PACKAGE_VERSION}-pgsql@testing php${PHP_PACKAGE_VERSION}-phar@testing php${PHP_PACKAGE_VERSION}-sqlite3@testing php${PHP_PACKAGE_VERSION}-xml@testing php${PHP_PACKAGE_VERSION}-zip@testing php${PHP_PACKAGE_VERSION}-mbstring@testing php${PHP_PACKAGE_VERSION}-simplexml@testing php${PHP_PACKAGE_VERSION}-tokenizer@testing php${PHP_PACKAGE_VERSION}-xmlwriter@testing php${PHP_PACKAGE_VERSION}-fileinfo@testing php${PHP_PACKAGE_VERSION}-soap@testing php${PHP_PACKAGE_VERSION}-pecl-apcu@testing php${PHP_PACKAGE_VERSION}-pecl-redis@testing php${PHP_PACKAGE_VERSION}-pecl-memcached@testing git && \ ln -sf /usr/bin/php${PHP_PACKAGE_VERSION} /usr/bin/php && \ rm -rf /var/cache/apk/* /etc/php${PHP_PACKAGE_VERSION}/* && \ mv /srv/www/index.html /srv/www/index.php diff --git a/v8.1/Dockerfile.arm64 b/v8.1/Dockerfile.arm64 index 3d8152b..652c591 100644 --- a/v8.1/Dockerfile.arm64 +++ b/v8.1/Dockerfile.arm64 @@ -7,7 +7,7 @@ ENV PHP_PACKAGE_VERSION=81 RUN apk update && \ apk upgrade && \ - apk add php${PHP_PACKAGE_VERSION} php${PHP_PACKAGE_VERSION}-apache2 php${PHP_PACKAGE_VERSION}-ctype php${PHP_PACKAGE_VERSION}-curl php${PHP_PACKAGE_VERSION}-dom php${PHP_PACKAGE_VERSION}-gd php${PHP_PACKAGE_VERSION}-iconv php${PHP_PACKAGE_VERSION}-intl php${PHP_PACKAGE_VERSION}-mysqli php${PHP_PACKAGE_VERSION}-mysqlnd php${PHP_PACKAGE_VERSION}-openssl php${PHP_PACKAGE_VERSION}-opcache php${PHP_PACKAGE_VERSION}-pdo php${PHP_PACKAGE_VERSION}-pdo_mysql php${PHP_PACKAGE_VERSION}-pdo_pgsql php${PHP_PACKAGE_VERSION}-pdo_sqlite php${PHP_PACKAGE_VERSION}-pear php${PHP_PACKAGE_VERSION}-pgsql php${PHP_PACKAGE_VERSION}-phar php${PHP_PACKAGE_VERSION}-sqlite3 php${PHP_PACKAGE_VERSION}-xml php${PHP_PACKAGE_VERSION}-zip php${PHP_PACKAGE_VERSION}-mbstring php${PHP_PACKAGE_VERSION}-simplexml php${PHP_PACKAGE_VERSION}-tokenizer php${PHP_PACKAGE_VERSION}-xmlwriter php${PHP_PACKAGE_VERSION}-fileinfo php${PHP_PACKAGE_VERSION}-soap php${PHP_PACKAGE_VERSION}-pecl-apcu php${PHP_PACKAGE_VERSION}-pecl-redis php${PHP_PACKAGE_VERSION}-pecl-memcached git && \ + apk add php${PHP_PACKAGE_VERSION}@testing php${PHP_PACKAGE_VERSION}-apache2@testing php${PHP_PACKAGE_VERSION}-ctype@testing php${PHP_PACKAGE_VERSION}-curl@testing php${PHP_PACKAGE_VERSION}-dom@testing php${PHP_PACKAGE_VERSION}-gd@testing php${PHP_PACKAGE_VERSION}-iconv@testing php${PHP_PACKAGE_VERSION}-intl@testing php${PHP_PACKAGE_VERSION}-mysqli@testing php${PHP_PACKAGE_VERSION}-mysqlnd@testing php${PHP_PACKAGE_VERSION}-openssl@testing php${PHP_PACKAGE_VERSION}-opcache@testing php${PHP_PACKAGE_VERSION}-pdo@testing php${PHP_PACKAGE_VERSION}-pdo_mysql@testing php${PHP_PACKAGE_VERSION}-pdo_pgsql@testing php${PHP_PACKAGE_VERSION}-pdo_sqlite@testing php${PHP_PACKAGE_VERSION}-pear@testing php${PHP_PACKAGE_VERSION}-pgsql@testing php${PHP_PACKAGE_VERSION}-phar@testing php${PHP_PACKAGE_VERSION}-sqlite3@testing php${PHP_PACKAGE_VERSION}-xml@testing php${PHP_PACKAGE_VERSION}-zip@testing php${PHP_PACKAGE_VERSION}-mbstring@testing php${PHP_PACKAGE_VERSION}-simplexml@testing php${PHP_PACKAGE_VERSION}-tokenizer@testing php${PHP_PACKAGE_VERSION}-xmlwriter@testing php${PHP_PACKAGE_VERSION}-fileinfo@testing php${PHP_PACKAGE_VERSION}-soap@testing php${PHP_PACKAGE_VERSION}-pecl-apcu@testing php${PHP_PACKAGE_VERSION}-pecl-redis@testing php${PHP_PACKAGE_VERSION}-pecl-memcached@testing git && \ ln -sf /usr/bin/php${PHP_PACKAGE_VERSION} /usr/bin/php && \ rm -rf /var/cache/apk/* /etc/php${PHP_PACKAGE_VERSION}/* && \ mv /srv/www/index.html /srv/www/index.php