File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ENV FIRST_START_DONE="/container/first-start-done"
20
20
COPY --from=botsudo/docker-rustpython:latest /usr/local/bin/rustpython /usr/local/bin/rustpython
21
21
COPY --from=botsudo/docker-rustpython:latest /usr/local/share/sbom/rustpython.spdx.json /usr/local/share/sbom/rustpython.spdx.json
22
22
23
- RUN apk add --no-cache --update nginx curl bash musl \
23
+ RUN apk add --no-cache --update nginx curl bash musl patch \
24
24
openssl libgcc \
25
25
php${PHP_VERSION_MAJOR}${PHP_VERSION_MINOR}-fpm php${PHP_VERSION_MAJOR}${PHP_VERSION_MINOR} php${PHP_VERSION_MAJOR}${PHP_VERSION_MINOR}-session \
26
26
php${PHP_VERSION_MAJOR}${PHP_VERSION_MINOR}-json php${PHP_VERSION_MAJOR}${PHP_VERSION_MINOR}-curl php${PHP_VERSION_MAJOR}${PHP_VERSION_MINOR}-xml php${PHP_VERSION_MAJOR}${PHP_VERSION_MINOR}-gettext php${PHP_VERSION_MAJOR}${PHP_VERSION_MINOR}-mbstring php${PHP_VERSION_MAJOR}${PHP_VERSION_MINOR}-ldap php${PHP_VERSION_MAJOR}${PHP_VERSION_MINOR}-ctype && \
@@ -60,6 +60,8 @@ USER deploy:deploy
60
60
RUN curl -# -L -o phpldapadmin.tar.gz ${DIST_URL} && \
61
61
tar -xzf phpldapadmin.tar.gz -C /var/www/phpldapadmin --strip-components=1 && \
62
62
rm phpldapadmin.tar.gz && \
63
+ wget https://sources.debian.org/data/main/p/phpldapadmin/1.2.6.6-2/debian/patches/Fix-dynamic-property-PHP-8.2.patch && \
64
+ patch -p 1 -f < ./Fix-dynamic-property-PHP-8.2.patch && \
63
65
rm -vr ./doc/ ./.gitignore ./*.md
64
66
65
67
COPY <<-EOT /usr/local/share/sbom/phpldapadmin.spdx.json
You can’t perform that action at this time.
0 commit comments