Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Xammie committed Dec 18, 2024
1 parent cfe8b6c commit bb38d0b
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 bb38d0b

Please sign in to comment.