File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ LABEL maintainer="chbmb"
1212RUN \
1313 echo "**** install runtime packages ****" && \
1414 apk add --no-cache --upgrade \
15- # libxml2 \
1615 icu-data-full \
1716 php84-dom \
1817 php84-gd \
1918 php84-intl \
2019 php84-pdo_sqlite \
21- php84-sqlite3 && \
20+ php84-sqlite3 \
21+ php84-tokenizer && \
2222 echo "**** configure php-fpm to pass env vars ****" && \
2323 sed -E -i 's/^;?clear_env ?=.*$/clear_env = no/g' /etc/php84/php-fpm.d/www.conf && \
2424 if ! grep -qxF 'clear_env = no' /etc/php84/php-fpm.d/www.conf; then echo 'clear_env = no' >> /etc/php84/php-fpm.d/www.conf; fi && \
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ LABEL maintainer="chbmb"
1212RUN \
1313 echo "**** install runtime packages ****" && \
1414 apk add --no-cache --upgrade \
15- # libxml2 \
1615 icu-data-full \
1716 php84-dom \
1817 php84-gd \
1918 php84-intl \
2019 php84-pdo_sqlite \
21- php84-sqlite3 && \
20+ php84-sqlite3 \
21+ php84-tokenizer && \
2222 echo "**** configure php-fpm to pass env vars ****" && \
2323 sed -E -i 's/^;?clear_env ?=.*$/clear_env = no/g' /etc/php84/php-fpm.d/www.conf && \
2424 if ! grep -qxF 'clear_env = no' /etc/php84/php-fpm.d/www.conf; then echo 'clear_env = no' >> /etc/php84/php-fpm.d/www.conf; fi && \
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ init_diagram: |
114114 "cops:latest" <- Base Images
115115# changelog
116116changelogs :
117+ - {date: "08.02.26:", desc: "Adding missing php-tokenizer package."}
117118 - {date: "10.10.25:", desc: "Adding missing icu-data-full package."}
118119 - {date: "10.07.25:", desc: "Rebase to Alpine 3.22."}
119120 - {date: "14.05.25:", desc: "Existing users should verify: site-confs/default.conf and config/local.php - Clean-up default site conf and local.php."}
You can’t perform that action at this time.
0 commit comments