Skip to content

Commit 3408d86

Browse files
authored
Merge pull request #38 from WebFreak001/add-php-dom
Add php7-dom extension
2 parents 2972a38 + 0474440 commit 3408d86

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN \
1919
php7-bz2 \
2020
php7-ctype \
2121
php7-curl \
22+
php7-dom \
2223
php7-gd \
2324
php7-iconv \
2425
php7-ldap \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN \
1919
php7-bz2 \
2020
php7-ctype \
2121
php7-curl \
22+
php7-dom \
2223
php7-gd \
2324
php7-iconv \
2425
php7-ldap \

Dockerfile.armhf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN \
1919
php7-bz2 \
2020
php7-ctype \
2121
php7-curl \
22+
php7-dom \
2223
php7-gd \
2324
php7-iconv \
2425
php7-ldap \

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ app_setup_block: |
4040
Upon first install go to `http://$IP:$PORT/install.php` once you have completed the setup, restart the container, login as admin and set "Use nice URLs" in the `admin/Configuration Settings` panel to `.htaccess` and tick `Use slash as namespace separator in URLs` to enable [nice URLs](https://www.dokuwiki.org/rewrite) you will find the webui at `http://$IP:$PORT/`, for more info see [{{ project_name|capitalize }}]({{ project_url }})
4141
# changelog
4242
changelogs:
43+
- { date: "20.07.21:", desc: "Add php7-dom, fixes minor issues in sprintdoc template." }
4344
- { date: "15.04.21:", desc: "Add `vendor` folder to deny list." }
4445
- { date: "21.02.21:", desc: "Store search index outside of container, set absolute (default) path for `savedir`." }
4546
- { date: "23.01.21:", desc: "Rebasing to alpine 3.13." }

0 commit comments

Comments
 (0)