Skip to content

Commit 8db0e0f

Browse files
authored
Merge pull request #10 from Xammie/fix-php8.5
Fixed php 8.5 build
2 parents 2585388 + a9f5025 commit 8db0e0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web8.5.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM existenz/webstack:8.5-edge
1+
FROM existenz/webstack:8.5
22

33
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ --allow-untrusted gnu-libiconv; \
44
apk -U --no-cache add \
@@ -29,7 +29,7 @@ RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/co
2929
&& ln -s /usr/bin/php85 /usr/bin/php
3030

3131
# See https://github.com/docker-library/php/issues/240
32-
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php
32+
ENV LD_PRELOAD="/usr/lib/preloadable_libiconv.so php"
3333

3434
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
3535

0 commit comments

Comments
 (0)