Skip to content

Commit

Permalink
fix: alpine 3.19 php symbolic link
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL committed Dec 15, 2023
1 parent 9d2ca4b commit bffb7b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ RUN chmod -x /wait-for.sh && chmod -x /docker-entrypoint.sh && apk add --update
# Update libiconv as the default version is too low
# Do not bump this dependency https://gitlab.alpinelinux.org/alpine/aports/-/issues/12328
&& apk add gnu-libiconv=1.15-r3 --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.13/community/ \
&& rm -rf /var/www
&& rm -rf /var/www \
&& ln -s /usr/bin/php81 /usr/bin/php

ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php

Expand Down

0 comments on commit bffb7b6

Please sign in to comment.