Skip to content

Commit

Permalink
Merge pull request #8 from Xammie/add-php8.4
Browse files Browse the repository at this point in the history
Fix typo in php8.4
  • Loading branch information
Jeroen-G authored Dec 18, 2024
2 parents f8b51b3 + bb38d0b commit 93d974a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web8.4.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/co
php84-xmlreader \
php84-simplexml \
&& rm -rf /var/cache/apk/* \
&& ln -s /usr/bin/php83 /usr/bin/php
&& ln -s /usr/bin/php84 /usr/bin/php

# See https://github.com/docker-library/php/issues/240
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php
Expand Down

0 comments on commit 93d974a

Please sign in to comment.