Skip to content

Commit 9c6e027

Browse files
committed
[v74] add libnssutil3.so
1 parent 712b07c commit 9c6e027

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

libs/amazon-linux-2-v74/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ dist: build
152152
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/liblzf.so.1 > ${DIST_LIB_PATH}/liblzf.so.1
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
155+
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libnssutil3.so > ${DIST_LIB_PATH}/libnssutil3.so
155156

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ RUN yum install -y \
4949
${PHP}-php-xml \
5050
${PHP}-php-xmlrpc
5151

52+
RUN amazon-linux-extras install postgresql14
53+
5254
RUN curl -sS https://getcomposer.org/installer | ${PHP} -- --install-dir=/usr/bin --filename=composer
5355

5456
# $ORIGIN refers to the current directory, don't evaluate it, use the single quotes
194 KB
Binary file not shown.
133 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.16",
3+
"version": "0.0.17",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"homepage": "https://github.com/juicyfx/libphp",

0 commit comments

Comments
 (0)