We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9e5f56 + 99411d4 commit b6b4eb3Copy full SHA for b6b4eb3
src/Dockerfiles/dev/Dockerfile.j2
@@ -57,7 +57,7 @@ RUN set -eux; \
57
# Adding the faketime library to the preload file needs to be done last.
58
# Otherwise, it will preload it for all commands that follow in this file
59
{% if true == install_faketime %}
60
- && apk add --no-cache -X https://dl-cdn.alpinelinux.org/alpine/edge/testing libfaketime \
+ && apk add --no-cache -X https://dl-cdn.alpinelinux.org/alpine/edge/community libfaketime \
61
&& echo "/usr/lib/faketime/libfaketime.so.1" >> /etc/ld.so.preload \
62
{% endif %}
63
&& install-php-extensions --cleanup \
0 commit comments