Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit d894cb5

Browse files
bakerkretzmarkitop
andauthored
Install PHP 8.1 (#843)
Co-authored-by: Esteban Pastorino <[email protected]>
1 parent 005d087 commit d894cb5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Dockerfile

+8
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,14 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
164164
php8.0-curl \
165165
php8.0-zip \
166166
php8.0-intl \
167+
php8.1 \
168+
php8.1-xml \
169+
php8.1-mbstring \
170+
php8.1-gd \
171+
php8.1-sqlite3 \
172+
php8.1-curl \
173+
php8.1-zip \
174+
php8.1-intl \
167175
pngcrush \
168176
# procps is needed for homebrew on linux arm
169177
procps \

included_software.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The specific patch versions included will depend on when the image was last buil
2121
* PHP - `PHP_VERSION`
2222
* 7.4
2323
* 8.0 (default)
24+
* 8.1
2425
* Go - `GO_VERSION`
2526
* latest 1.19.x (default)
2627
* Any version available on the [Go downloads page](https://golang.org/dl/)

0 commit comments

Comments
 (0)