Skip to content

Commit

Permalink
fix: resolve deps for v8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed May 23, 2024
1 parent 7678a67 commit 3abfd6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v8.1/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion v8.1/Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion v8.1/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3abfd6f

Please sign in to comment.