File tree Expand file tree Collapse file tree 7 files changed +4
-2
lines changed
Expand file tree Collapse file tree 7 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ RUN yum install -y \
1010 curl
1111
1212RUN yum-config-manager --enable remi-${PHP}
13- # RUN yum update -y && yum upgrade -y
13+ RUN yum update -y && yum upgrade -y
1414RUN yum -y install patchelf
15+ RUN yum install -y amazon-linux-extras
1516
1617RUN yum install -y \
1718 ${PHP}-php-apcu \
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments