Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Dockerfiles/dev/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN set -eux; \
# Adding the faketime library to the preload file needs to be done last.
# Otherwise, it will preload it for all commands that follow in this file
{% if true == install_faketime %}
&& 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 \
&& echo "/usr/lib/faketime/libfaketime.so.1" >> /etc/ld.so.preload \
{% endif %}
&& install-php-extensions --cleanup \
Expand Down