Skip to content

Commit 25d2d21

Browse files
committed
[v74] postgres14, add libutf8proc for mongodb
1 parent 664bba2 commit 25d2d21

File tree

7 files changed

+4
-2
lines changed

7 files changed

+4
-2
lines changed

libs/amazon-linux-2-v74/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ dist: build
153153
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/liblz4.so.1 > ${DIST_LIB_PATH}/liblz4.so.1
154154
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libsnappy.so.1 > ${DIST_LIB_PATH}/libsnappy.so.1
155155
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libnssutil3.so > ${DIST_LIB_PATH}/libnssutil3.so
156+
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libutf8proc.so.1 > ${DIST_LIB_PATH}/libutf8proc.so.1
156157

157158
# Remove temporary PHP container
158159
docker rm --force ${DOCKER_CONTAINER} || true

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ RUN yum install -y \
1010
curl
1111

1212
RUN yum-config-manager --enable remi-${PHP}
13-
# RUN yum update -y && yum upgrade -y
13+
RUN yum update -y && yum upgrade -y
1414
RUN yum -y install patchelf
15+
RUN yum install -y amazon-linux-extras
1516

1617
RUN yum install -y \
1718
${PHP}-php-apcu \
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
703 KB
Binary file not shown.

libs/amazon-linux-2-v74/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libphp/amazon-linux-2-v74",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"homepage": "https://github.com/juicyfx/libphp",

0 commit comments

Comments
 (0)