File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 7.5.4 2023-03-23 <dave at tiredofit dot ca >
2
+
3
+ ### Added
4
+ - Add testing repository for PHP 8.2-alpine
5
+
6
+
1
7
## 7.5.3 2023-03-23 <dave at tiredofit dot ca >
2
8
3
9
### Added
Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ ENV PHP_BASE=${PHP_BASE:-"8.2"} \
42
42
43
43
# ## Dependency Installation
44
44
RUN case "${PHP_BASE}" in \
45
- 8.2 ) export php_folder="82" ;; \
45
+ 8.2 ) export php_folder="82" ; echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories ; ; \
46
46
8.1 ) export php_folder="81" ;; \
47
47
*) export php_folder=${PHP_BASE:0:1} ;; \
48
48
esac ; \
49
49
export PHP_8_2_RUN_DEPS=" \
50
50
mariadb-connector-c \
51
51
php82 \
52
52
php82-bcmath \
53
- # php82-brotli \
53
+ php82-brotli \
54
54
php82-bz2 \
55
55
php82-calendar \
56
56
php82-common \
@@ -90,16 +90,16 @@ RUN case "${PHP_BASE}" in \
90
90
php82-pecl-ast \
91
91
#php82-pecl-event \
92
92
php82-pecl-igbinary \
93
- # php82-pecl-imagick \
94
- # php82-pecl-lzf \
95
- # php82-pecl-maxminddb \
96
- # php82-pecl-memcache \
93
+ php82-pecl-imagick \
94
+ php82-pecl-lzf \
95
+ php82-pecl-maxminddb \
96
+ php82-pecl-memcache \
97
97
php82-pecl-memcached \
98
98
php82-pecl-mongodb \
99
99
php82-pecl-msgpack \
100
100
php82-pecl-redis \
101
101
php82-pecl-uploadprogress \
102
- # php82-pecl-uuid \
102
+ php82-pecl-uuid \
103
103
php82-pecl-xdebug \
104
104
php82-pecl-xhprof \
105
105
php82-pecl-yaml \
You can’t perform that action at this time.
0 commit comments