Skip to content

Commit

Permalink
revert because php is not auto-linked on 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen-G authored Mar 26, 2024
1 parent 0e5faa1 commit 45d8a99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web8.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/co
php83-xmlwriter \
php83-xmlreader \
php83-simplexml \
&& rm -rf /var/cache/apk/*
&& rm -rf /var/cache/apk/* \
&& ln -s /usr/bin/php83 /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 45d8a99

Please sign in to comment.