Skip to content

Commit

Permalink
Add DOM php extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hunt committed Feb 17, 2024
1 parent c5500f1 commit 879e81f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache \
php83-dom \
php83-intl \
php83-pdo_pgsql \
php83-pdo_sqlite \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache \
php83-dom \
php83-intl \
php83-pdo_pgsql \
php83-pdo_sqlite \
Expand Down

0 comments on commit 879e81f

Please sign in to comment.