Skip to content

Commit fa87cb9

Browse files
committed
[v82] rebuild
1 parent 4e6e1f0 commit fa87cb9

Some content is hidden

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

49 files changed

+4
-3
lines changed

libs/amazon-linux-2-v82/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ dist: build
137137
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libsqlite3.so.0 > ${DIST_LIB_PATH}/libsqlite3.so.0
138138
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libssh2.so.1 > ${DIST_LIB_PATH}/libssh2.so.1
139139
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libssl3.so > ${DIST_LIB_PATH}/libssl3.so
140+
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libssl.so.10 > ${DIST_LIB_PATH}/libssl.so.10
140141
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libtinfo.so.5 > ${DIST_LIB_PATH}/libtinfo.so.5
141142
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libunistring.so.0 > ${DIST_LIB_PATH}/libunistring.so.0
142143
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libX11.so.6 > ${DIST_LIB_PATH}/libX11.so.6

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM amazonlinux:2.0.20240109.0
1+
FROM amazonlinux:2.0.20240916.0
22

33
ENV PHP=php82
44

5+
RUN amazon-linux-extras install epel -y
6+
57
RUN yum install -y \
6-
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
78
http://rpms.remirepo.net/enterprise/remi-release-7.rpm \
89
yum-utils \
9-
epel-release \
1010
curl
1111

1212
RUN yum-config-manager --enable remi-${PHP}
64 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
-16 Bytes
Binary file not shown.
41.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)