We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2585388 + a9f5025 commit 8db0e0fCopy full SHA for 8db0e0f
1 file changed
web8.5.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM existenz/webstack:8.5-edge
+FROM existenz/webstack:8.5
2
3
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ --allow-untrusted gnu-libiconv; \
4
apk -U --no-cache add \
@@ -29,7 +29,7 @@ RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/co
29
&& ln -s /usr/bin/php85 /usr/bin/php
30
31
# See https://github.com/docker-library/php/issues/240
32
-ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php
+ENV LD_PRELOAD="/usr/lib/preloadable_libiconv.so php"
33
34
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
35
0 commit comments