Skip to content

Commit 3810d93

Browse files
committed
[v81] update postgres to v14, rebuild, disable swoole, add libnssutil3
1 parent 977b3bf commit 3810d93

File tree

15 files changed

+6
-5
lines changed

15 files changed

+6
-5
lines changed

libs/amazon-linux-2-v81/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ dist: build
158158
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libnssutil3.so > ${DIST_LIB_PATH}/libnssutil3.so
159159
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libzip.so.5 > ${DIST_LIB_PATH}/libzip.so.5
160160
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libGeoIP.so.1 > ${DIST_LIB_PATH}/libGeoIP.so.1
161+
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libutf8proc.so.1 > ${DIST_LIB_PATH}/libutf8proc.so.1
161162

162163
# Remove temporary PHP container
163164
docker rm --force ${DOCKER_CONTAINER} || true

libs/amazon-linux-2-v81/build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM amazonlinux:2.0.20201218.1-with-sources
1+
FROM amazonlinux:2.0.20240109.0
22

33
ENV PHP=php81
44

@@ -52,7 +52,7 @@ RUN yum install -y \
5252
${PHP}-php-xmlrpc \
5353
${PHP}-php-zip
5454

55-
RUN amazon-linux-extras install postgresql10
55+
RUN amazon-linux-extras install postgresql14
5656

5757
RUN curl -sS https://getcomposer.org/installer | ${PHP} -- --install-dir=/usr/bin --filename=composer
5858

libs/amazon-linux-2-v81/build/conf/php.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ extension=geoip
6060
extension=apcu
6161
extension=ds
6262
; extension=phalcon
63-
extension=swoole
63+
; extension=swoole
6464
extension=redis
6565

6666
; [Common]
0 Bytes
Binary file not shown.
-194 KB
Binary file not shown.
0 Bytes
Binary file not shown.
28.9 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
110 KB
Binary file not shown.

0 commit comments

Comments
 (0)