Skip to content

Commit ec52255

Browse files
committed
[v82] update postgres to v14, rebuild, add libnssutil3
1 parent 261b1c9 commit ec52255

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+6
-6
lines changed

libs/amazon-linux-2-v82/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ dist: build
154154
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/liblzf.so.1 > ${DIST_LIB_PATH}/liblzf.so.1
155155
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/liblz4.so.1 > ${DIST_LIB_PATH}/liblz4.so.1
156156
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libsnappy.so.1 > ${DIST_LIB_PATH}/libsnappy.so.1
157-
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libcares.so.2 > ${DIST_LIB_PATH}/libcares.so.2
158157
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libnssutil3.so > ${DIST_LIB_PATH}/libnssutil3.so
159158
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libzip.so.5 > ${DIST_LIB_PATH}/libzip.so.5
160159
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libGeoIP.so.1 > ${DIST_LIB_PATH}/libGeoIP.so.1
160+
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libutf8proc.so.1 > ${DIST_LIB_PATH}/libutf8proc.so.1
161161

162162
# Remove temporary PHP container
163163
docker rm --force ${DOCKER_CONTAINER} || true

libs/amazon-linux-2-v82/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=php82
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-v82/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]
-68.4 KB
Binary file not shown.
0 Bytes
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)